install: new option: --strip-program,
authorKamil Dudka <kdudka@redhat.com>
Fri, 5 Sep 2008 11:12:06 +0000 (13:12 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 6 Sep 2008 11:38:20 +0000 (13:38 +0200)
commit54281e9c6058b13841828d7994a596665d2e628a
tree75a031cc65f9fd868dca50bf015abeef49af30f4
parentea2887bbe4c04e3ff5bae2d532a1e19d3198dfce
install: new option: --strip-program,

...to specify the program used to strip binaries
* src/install.c (main): Handle new option --strip-program.
(strip): Use strip program from global variable strip_program.
(usage): Mention new option --strip-program in --help.
* tests/tests/strip-program: Test case for new option --strip-program.
* tests/Makefile.am: Add new test case to test set.
* doc/coreutils.texi: Mention new option --strip-program.
* NEWS: Mention the change.
* TODO: Remove completed task.
NEWS
TODO
doc/coreutils.texi
src/install.c
tests/Makefile.am
tests/install/strip-program [new file with mode: 0755]