mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05:00
cmake: Teach "-E tar" command a "--format=" option
Allows specifying a libarchive defined archive format currently restricted to 7zip, gnutar, pax, paxr and zip. The default is "paxr" (pax restricted).
This commit is contained in:
@@ -215,6 +215,10 @@ Available commands are:
|
||||
names start in ``-``.
|
||||
``--mtime=<date>``
|
||||
Specify modification time recorded in tarball entries.
|
||||
``--format=<format>``
|
||||
Specify the format of the archive to be created.
|
||||
Supported formats are: ``7zip``, ``gnutar``, ``pax``,
|
||||
``paxr`` (restricted pax, default), and ``zip``.
|
||||
|
||||
``time <command> [<args>...]``
|
||||
Run command and return elapsed time.
|
||||
|
||||
6
Help/release/dev/tar-write-format.rst
Normal file
6
Help/release/dev/tar-write-format.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
tar-write-format
|
||||
----------------
|
||||
|
||||
* The :manual:`cmake(1)` ``-E tar`` command learned a new
|
||||
``--format<format>`` option to specify the archive format to
|
||||
be written.
|
||||
Reference in New Issue
Block a user