mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Add JOM support and clean up some of the tar -E stuff
This commit is contained in:
@@ -354,13 +354,11 @@ public:
|
||||
|
||||
/** Create tar */
|
||||
static bool ListTar(const char* outFileName,
|
||||
std::vector<cmStdString>& files,
|
||||
bool gzip, bool verbose);
|
||||
static bool CreateTar(const char* outFileName,
|
||||
const std::vector<cmStdString>& files, bool gzip,
|
||||
bool verbose);
|
||||
static bool ExtractTar(const char* inFileName,
|
||||
const std::vector<cmStdString>& files, bool gzip,
|
||||
bool bzip2, bool verbose);
|
||||
static bool ExtractTar(const char* inFileName, bool gzip,
|
||||
bool verbose);
|
||||
// This should be called first thing in main
|
||||
// it will keep child processes from inheriting the
|
||||
|
||||
Reference in New Issue
Block a user