[Cmake-commits] [cmake-commits] hoffman committed cmSystemTools.cxx 1.419 1.420

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 13 16:07:44 EST 2009


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
Show the current file when there is a tar error


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.419
retrieving revision 1.420
diff -C 2 -d -r1.419 -r1.420
*** cmSystemTools.cxx	13 Nov 2009 12:39:10 -0000	1.419
--- cmSystemTools.cxx	13 Nov 2009 21:07:42 -0000	1.420
***************
*** 2053,2056 ****
--- 2053,2058 ----
          cmSystemTools::Error("Problem with archive_write_header(): ",
                               archive_error_string(a));
+         cmSystemTools::Error("Curren file:", 
+                              archive_entry_pathname(entry));
          }
        else 



More information about the Cmake-commits mailing list