From 54281e9c6058b13841828d7994a596665d2e628a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 5 Sep 2008 13:12:06 +0200 Subject: 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. --- doc/coreutils.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index be59ae9aa..7b7e47a1f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7923,6 +7923,11 @@ to when they were last installed. @cindex stripping symbol table information Strip the symbol tables from installed binary executables. +@itemx --strip-program=@var{program} +@opindex --strip-program +@cindex symbol table information, stripping, program +Program used to strip binaries. + @optBackupSuffix @optTargetDirectory -- cgit v1.2.3-54-g00ecf