This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Cleanup 1/4: make install-strip in cross-compilation environments
- To: tromey at redhat dot com
- Subject: Re: Cleanup 1/4: make install-strip in cross-compilation environments
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Date: 25 Feb 2001 16:54:06 +0100
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: LRDE/EPITA http://www.lrde.epita.fr/
- References: <mvblmsatvon.fsf@phobos.lrde.epita.fr><873dehyk9v.fsf@creche.redhat.com><or8zo9ow8a.fsf@guarana.lsd.ic.unicamp.br><87puhkn0uj.fsf@creche.redhat.com><orlms8ll3u.fsf@guarana.lsd.ic.unicamp.br><mvb7l3qnv3a.fsf_-_@phobos.lrde.epita.fr><87ae8kvawj.fsf@creche.redhat.com><mvbofwz79fq.fsf@phobos.lrde.epita.fr><mvbzogir8qm.fsf@phobos.lrde.epita.fr><mvbk87e6awu.fsf_-_@phobos.lrde.epita.fr><87n1bm55wq.fsf@creche.redhat.com><mvbelwvj9vs.fsf@phobos.lrde.epita.fr>
> >>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
> >>>>>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:
> adl> 2001-01-28 Alexandre Duret-Lutz <duret_g@epita.fr>
> 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 (install-@DIR@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 <duret_g@epita.fr>
* 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 <akim@epita.fr>
* automake.in: Formatting and mying changes.
-
2001-02-23 Akim Demaille <akim@epita.fr>
* 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 (install-@DIR@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 <duret_g@epita.fr>
--
Alexandre Duret-Lutz