mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
8634576dcb
Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed.
7 lines
253 B
ReStructuredText
7 lines
253 B
ReStructuredText
cmake-e-tar-creating-archive
|
|
----------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E tar`` tool now continues adding files to an
|
|
archive, even if some of the files aren't readable. This behavior is more
|
|
consistent with the classic ``tar`` tool.
|