libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-144


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-144
Date: Tue, 31 Aug 2004 15:25:19 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBNIpPFRMICSmD1gYRAgU6AKCryAQ4Cojn/j+BqqW+w7V24KK6pACgpyza
2rsPZzz6MgdJj5QFWoLbddo=
=plmq
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-143 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-143
M  ChangeLog
M  Makefile.am

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * Makefile.am (clean-ltmain-sh): Remove stale config/ltmain.sh
        from the build tree that were left behind by previous versions of
        libtool.
        ($top_srcdir)/stamp-vcl: Since this rule is already called on
        every invocation of make, hook clean-ltmain-sh in here too.
        Suggested by Ralf Wildenhues <address@hidden>

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -66,7 +66,7 @@
 ## read-only $(top_srcdir), then when the two stamp-vcls differ, distcheck
 ## will try to update the one in the read-only source tree it makes.
 MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
-$(top_srcdir)/stamp-vcl: vcl-tmp ChangeLog
+$(top_srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog
 vcl-tmp:
        @set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
        echo "$$1" > vcl.tmp; \
@@ -74,6 +74,14 @@
          || (echo "Updating stamp-vcl"; cp vcl.tmp $(top_srcdir)/stamp-vcl)
        address@hidden -f vcl.tmp
 
+## We used to build ltmain.sh in the build tree, but now it is created
+## in the source tree by bootstrap.  This rule removes stale copies from
+## previous builds left behind in the build tree, that would override the
+## source tree version in current builds.
+clean-ltmain-sh:
+       -test $(top_srcdir) == $(top_builddir) || \
+         rm -f $(top_builddir)/config/ltmain.sh
+
 # We build ltversion.m4 here, instead of from config.status,
 # because config.status is rerun each time one of configure's
 # dependencies change and ltversion.m4 happens to be a configure




reply via email to

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