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