[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] [Build] Please consider adding install-strip targ
From: |
Alon Bar-Lev |
Subject: |
Re: [bug-gnu-libiconv] [Build] Please consider adding install-strip target to libiconv |
Date: |
Sat, 17 Jan 2009 11:46:31 +0200 |
Thank you for quick response!
On 1/17/09, Bruno Haible <address@hidden> wrote:
> Hello,
>
>
> Alon Bar-Lev wrote:
> > Can you please consider adding install-strip target as automake does,
> > so that a package can be installed stripped without passing any
> > compiler flags or hack output?
>
>
> Implemented today. Thanks for the suggestion.
>
> 2009-01-17 Bruno Haible <address@hidden>
>
> Add support for "make install-strip".
> * configure.ac: Search for 'strip'. Invoke AM_PROG_INSTALL_STRIP.
> * Makefile.in (install-strip): New rule.
> * src/Makefile.in (STRIP, INSTALL_STRIP_PROGRAM, install_sh): New
> variables.
> (install-strip): New rule.
> * lib/Makefile.in (install-strip): New target.
> * preload/Makefile.in (install-strip): Likewise.
> * man/Makefile.in (install-strip): Likewise.
> Reported by Alon Bar-Lev <address@hidden>.
>
> 2009-01-17 Bruno Haible <address@hidden>
>
> Update after gnulib changed.
> * src/Makefile.in (RELOCATABLE_STRIP): New variable.
>
>