cmake: Teach "-E tar" command a "--files-from=" option

Read file names from the lines of a specified file.  Reject input lines
starting in '-' to leave room for option parsing to be added later.  Add
just '--add-file=' now to allow files starting in '-' to be specified.
This commit is contained in:
Brad King
2015-01-26 13:28:31 -05:00
parent 19e57a48cd
commit 44fd71decb
16 changed files with 82 additions and 0 deletions
@@ -0,0 +1,6 @@
cmake-E-tar-files-from
----------------------
* The :manual:`cmake(1)` ``-E tar`` command learned a new
``--files-from=<file>`` option to specify file names using
lines in a file to overcome command-line length limits.