automake
[Top][All Lists]
Advanced

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

cross-install-strip summary


From: Alexandre Duret-Lutz
Subject: cross-install-strip summary
Date: 28 Feb 2001 09:43:13 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Tom" == Tom Tromey <address@hidden> writes:

[...]

 Tom> I think what is in there now ought to work.
 Tom> Can you test it?

I have tested install-strip for cross-compilation with CVS Automake,
doing both an in-place and a VPATH build (with relative paths, I have
not tested absolute paths).  It works here, great :)

I suppose the following issue are remaining:

   * install-strip when cross-compiling:

       - $INSTALL_STRIP_PROGRAM assumes install-sh, not install.sh
         (easily fixed)

       - $_am_dirpart can fooled when $install_sh is defined
         using $am_missing_run

       - $STRIP has to be set *before* AM_INIT_AUTOMAKE is called
         (either by the user or in a configure check); I'm not
         really happy with that -- but it deserves some
         documentation, should it be kept as-is.

   * install-strip when *not* cross-compiling:

       - $INSTALL_STRIP_PROGRAM uses sub make evaluation, does it
         really matters?

Comments?
-- 
Alexandre Duret-Lutz



reply via email to

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