[Cmake-commits] [cmake-commits] king committed cmGlobalGenerator.cxx 1.247 1.248

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 2 14:36:47 EST 2009


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

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:
COMP: Fix rule hash code during bootstrap

During bootstrap we do not bother with rule hashing.  This updates the
dummy implementation to account for the recent change in rule hash
method signatures.


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.247
retrieving revision 1.248
diff -C 2 -d -r1.247 -r1.248
*** cmGlobalGenerator.cxx	2 Feb 2009 18:28:12 -0000	1.247
--- cmGlobalGenerator.cxx	2 Feb 2009 19:36:45 -0000	1.248
***************
*** 2036,2041 ****
  #else
    (void)outputs;
!   (void)first;
!   (void)last;
  #endif
  }
--- 2036,2040 ----
  #else
    (void)outputs;
!   (void)content;
  #endif
  }



More information about the Cmake-commits mailing list