libtool-patches
[Top][All Lists]
Advanced

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

FYI: 85-gary-fix-vcl.tmp-droppings.patch


From: Gary V. Vaughan
Subject: FYI: 85-gary-fix-vcl.tmp-droppings.patch
Date: Fri, 06 Feb 2004 18:27:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

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

Applied to HEAD:

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * bootstrap: Remove vcl.tmp, otherwise it can interfere with make.
        * Makefile.am (vcl.tmp): Move comment out of multi-line command,
        as this rule is called from bootstrap as if it were a Makefile.

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.38
diff -u -p -u -r1.38 bootstrap
- --- bootstrap 6 Feb 2004 17:23:40 -0000 1.38
+++ bootstrap 6 Feb 2004 18:04:26 -0000
@@ -67,6 +67,6 @@ for file in $fakes; do
~ done

~ # These files con cause an infinite configure loop if left behind.
- -rm -f Makefile libltdl/Makefile libtool
+rm -f Makefile libltdl/Makefile libtool vcl.tmp

~ exit 0
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.101
diff -u -p -u -r1.101 Makefile.am
- --- Makefile.am 6 Feb 2004 17:23:40 -0000 1.101
+++ Makefile.am 6 Feb 2004 18:04:26 -0000
@@ -59,6 +59,10 @@ $(top_srcdir)/m4/ltversion.m4: $(top_src
~ # The standalone libtool script, and the libtool distributor.
~ bin_SCRIPTS = libtool libtoolize

+## If mkstamp does not match $(srcdir)/stamp-vcl, we still put the new one
+## in the current dir, incase $(srcdir) is not writable.  The dir selection
+## at the top of this rule takes care of prefering the right one on
+## subsequent runs.
~ MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
~ stamp-vcl: vcl.tmp $(top_srcdir)/ChangeLog
~ vcl.tmp:
@@ -66,10 +70,6 @@ vcl.tmp:
~       set `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
~       echo "$$1" > vcl.tmp; \
~       cmp -s vcl.tmp $$dir/stamp-vcl \
- -## If mkstamp does not match $(srcdir)/stamp-vcl, we still put the new one
- -## in the current dir, incase $(srcdir) is not writable.  The dir selection
- -## at the top of this rule takes care of prefering the right one on
- -## subsequent runs.
~         || (echo "Updating stamp-vcl"; cp vcl.tmp ./stamp-vcl)
~       address@hidden -f vcl.tmp




- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAI9yBFRMICSmD1gYRAqkPAKDFrmMmbGiNSnIL0hMxjFg7Q2sZIgCfTWlI
YQSbi0zUJPPYH8Axcuwtu0E=
=y08p
-----END PGP SIGNATURE-----




reply via email to

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