automake
[Top][All Lists]
Advanced

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

Re: Cleanup 1/4: make install-strip in cross-compilation environments


From: Alexandre Duret-Lutz
Subject: Re: Cleanup 1/4: make install-strip in cross-compilation environments
Date: 25 Feb 2001 16:54:06 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

> >>> "Tom" == Tom Tromey <address@hidden> writes:
>  >>>>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:
>  adl> 2001-01-28  Alexandre Duret-Lutz  <address@hidden>
>  adl> * m4/strip.m4: New file.
>  adl> * m4/Makefile.am (m4data_DATA): Add strip.m4.
>  adl> * m4/init.m4: Call AM_PROG_INSTALL_STRIP.
>  adl> * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function.
> |adl> (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead
> |adl> of $ac_aux_dir, and require AM_AUX_DIR_EXPAND.
> |adl> * m4/depend.m4 (AM_DEP_TRACK): Likewise.
> |
> \ I believe this part of the patch has not been applied
>   (conflicts with Akim's changes on 01-16).
> 
>  adl> * automake.in (handle_merge_targets): In the install-strip rule,
>  adl> set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV
>  adl> to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG.
>  adl> * progs.am (address@hidden@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV,
>  adl> don't use INSTALL_STRIP_FLAG any longer.
> |adl> * header-vars.am (INSTALL_STRIP_FLAG): Remove.
> |adl> (INSTALL_PROGRAM_ENV): New variable.
> |
> \ Likewise (but this isn't harmful).

2001-02-25  Alexandre Duret-Lutz  <address@hidden>

        * ChangeLog (2001-01-28): Remove entries for chunks not applied.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1065
diff -u -r1.1065 ChangeLog
--- ChangeLog   2001/02/25 04:37:51     1.1065
+++ ChangeLog   2001/02/25 14:25:39
@@ -23,12 +32,10 @@
 
        * automake.in: Formatting and mying changes.
 
-       
 2001-02-23  Akim Demaille  <address@hidden>
 
        * automake.in: Formatting and mying changes.
 
-       
 2001-02-23  Akim Demaille  <address@hidden>
 
        * automake.in (&handle_man_pages): Let install-man and
@@ -210,16 +217,11 @@
        * m4/Makefile.am (m4data_DATA): Add strip.m4.
        * m4/init.m4: Call AM_PROG_INSTALL_STRIP.
        * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function.
-       (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead
-       of $ac_aux_dir, and require AM_AUX_DIR_EXPAND.
-       * m4/depend.m4 (AM_DEP_TRACK): Likewise.
        * automake.in (handle_merge_targets): In the install-strip rule,
        set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV
        to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG.
        * progs.am (address@hidden@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV,
        don't use INSTALL_STRIP_FLAG any longer.
-       * header-vars.am (INSTALL_STRIP_FLAG): Remove.
-       (INSTALL_PROGRAM_ENV): New variable.
 
 2001-02-16  Alexandre Duret-Lutz  <address@hidden>
 
-- 
Alexandre Duret-Lutz



reply via email to

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