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

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Nov 14 08:48:35 EST 2009


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
use different tar format to handle longer file names


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.420
retrieving revision 1.421
diff -C 2 -d -r1.420 -r1.421
*** cmSystemTools.cxx	13 Nov 2009 21:07:42 -0000	1.420
--- cmSystemTools.cxx	14 Nov 2009 13:48:32 -0000	1.421
***************
*** 1780,1784 ****
      CHECK_ARCHIVE_ERROR(res, "Can not set none:");
      }
!   res = archive_write_set_format_ustar(a);
    CHECK_ARCHIVE_ERROR(res, "Can not set tar format:");
    res = archive_write_open_file(a, outFileName);
--- 1780,1784 ----
      CHECK_ARCHIVE_ERROR(res, "Can not set none:");
      }
!   res = archive_write_set_format_pax_restricted(a);
    CHECK_ARCHIVE_ERROR(res, "Can not set tar format:");
    res = archive_write_open_file(a, outFileName);



More information about the Cmake-commits mailing list