[Cmake-commits] [cmake-commits] hoffman committed cmLocalUnixMakefileGenerator3.cxx 1.240.2.3 1.240.2.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 10 12:43:56 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv26552/Source

Modified Files:
      Tag: CMake-2-6
	cmLocalUnixMakefileGenerator3.cxx 
Log Message:
ENH: merge in from main tree


Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.240.2.3
retrieving revision 1.240.2.4
diff -C 2 -d -r1.240.2.3 -r1.240.2.4
*** cmLocalUnixMakefileGenerator3.cxx	25 Mar 2008 23:58:59 -0000	1.240.2.3
--- cmLocalUnixMakefileGenerator3.cxx	10 Apr 2008 16:43:50 -0000	1.240.2.4
***************
*** 747,761 ****
      makefileStream
        << "# Remove some rules from gmake that .SUFFIXES does not remove.\n"
!       << "# This makes gmake faster as it does not try to run implicit rules\n"
!       << "# on targets that never exist.\n"
!       << "SUFFIXES =\n"
!       << "%: %,v\n"
!       << "%: RCS/%,v\n"
!       << "%: RCS/%\n"
!       << "%: s.%\n"
!       << "%: %.w\n"
!       << "%.c: %.w %.ch\n"
!       << "%: %.tex\n"
!       << "%: SCCS/s.%\n\n";
      }
    // Add a fake suffix to keep HP happy.  Must be max 32 chars for SGI make.
--- 747,751 ----
      makefileStream
        << "# Remove some rules from gmake that .SUFFIXES does not remove.\n"
!       << "SUFFIXES =\n\n";
      }
    // Add a fake suffix to keep HP happy.  Must be max 32 chars for SGI make.



More information about the Cmake-commits mailing list