automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install-strip variant that strips then installs?


From: Peter Johansson
Subject: Re: install-strip variant that strips then installs?
Date: Mon, 13 May 2013 10:05:47 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130108 Thunderbird/10.0.12

On 05/08/2013 02:12 AM, Rhys Ulerich wrote:
I gather that 'make install-strip' installs and then strips binaries.
Is there some variant that reverses the order?  If not, any
recommendations for how to write one in an Automake-compliant manner?


Hi Rhys,

I'm tempted to believe the DESTDIR feature could be useful here with something like

make install-strip DESTDIR=`pwd`/tmp

and then copy files under 'tmp' into your final destination.

Cheers,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]