[Cmake-commits] [cmake-commits] david.cole committed UntarFile.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 4 18:24:22 EST 2009


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

Modified Files:
	UntarFile.cmake 
Log Message:
BUG: Add debug message calls to figure out ExternalProject test failure on AIX dashboard.


Index: UntarFile.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/UntarFile.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** UntarFile.cmake	4 Dec 2008 18:27:47 -0000	1.1
--- UntarFile.cmake	4 Feb 2009 23:24:20 -0000	1.2
***************
*** 35,38 ****
--- 35,41 ----
  get_filename_component(tmp "${tmp}" ABSOLUTE)
  get_filename_component(directory "${directory}" ABSOLUTE)
+ message(STATUS "filename='${filename}'")
+ message(STATUS "tmp='${tmp}'")
+ message(STATUS "directory='${directory}'")
  
  
***************
*** 45,48 ****
--- 48,52 ----
  endwhile()
  set(ut_dir "${tmp}/untar${i}")
+ message(STATUS "ut_dir='${ut_dir}'")
  file(MAKE_DIRECTORY "${ut_dir}")
  



More information about the Cmake-commits mailing list