[Cmake-commits] [cmake-commits] hoffman committed cmLocalUnixMakefileGenerator3.cxx 1.245 1.246
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Apr 10 11:55:51 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv17786
Modified Files:
cmLocalUnixMakefileGenerator3.cxx
Log Message:
BUG: the sun make goes into some odd n squared thing with this sccs and rcs stuff for gmake, so I am removing them.
Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.245
retrieving revision 1.246
diff -C 2 -d -r1.245 -r1.246
*** cmLocalUnixMakefileGenerator3.cxx 25 Mar 2008 14:11:48 -0000 1.245
--- cmLocalUnixMakefileGenerator3.cxx 10 Apr 2008 15:55:49 -0000 1.246
***************
*** 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