diff options
author | Kamil Dudka <kdudka@redhat.com> | 2008-09-05 13:12:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-06 13:38:20 +0200 |
commit | 54281e9c6058b13841828d7994a596665d2e628a (patch) | |
tree | 75a031cc65f9fd868dca50bf015abeef49af30f4 /TODO | |
parent | ea2887bbe4c04e3ff5bae2d532a1e19d3198dfce (diff) | |
download | coreutils-54281e9c6058b13841828d7994a596665d2e628a.tar.xz |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -42,9 +42,6 @@ renice: POSIX utility, needs implementing. suggestion from Karl Berry (among others). Bob Proulx is working on this. -install: add an option to specify the program used to strip binaries. - suggestion from Karl Berry - doc/coreutils.texi: Address this comment: FIXME: mv's behavior in this case is system-dependent Better still: fix the code so it's *not* system-dependent. |