> 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.
This idea should cover what I need to do for a development/testing situation. Thank you. - Rhys