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.
7 lines
224 B
ReStructuredText
7 lines
224 B
ReStructuredText
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.
|