[Cmake-commits] [cmake-commits] hoffman committed bootstrap 1.124 1.125

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 22 16:12:42 EDT 2009


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

Modified Files:
	bootstrap 
Log Message:
Make sure KWSYS_DO_NOT_CLEAN_PUTENV is defined at bootstrap time for cmake in the bootstrap script.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.124
retrieving revision 1.125
diff -C 2 -d -r1.124 -r1.125
*** bootstrap	31 Aug 2009 17:25:40 -0000	1.124
--- bootstrap	22 Sep 2009 20:12:40 -0000	1.125
***************
*** 371,374 ****
--- 371,375 ----
      cat "${INFILE}" | 
        sed "/./ {s/\@KWSYS_NAMESPACE\@/cmsys/g;
+                 s/@KWSYS_DO_NOT_CLEAN_PUTENV@/0/g;
                  s/@KWSYS_BUILD_SHARED@/${KWSYS_BUILD_SHARED}/g;
                  s/@KWSYS_LFS_AVAILABLE@/${KWSYS_LFS_AVAILABLE}/g;



More information about the Cmake-commits mailing list