libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--gary--1.0--patch-48


From: Gary V. Vaughan
Subject: FYI: libtool--gary--1.0--patch-48
Date: Mon, 20 Sep 2004 00:23:37 +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)

iD8DBQFBThT4FRMICSmD1gYRAvpvAJ4o1tofWlBblSuDfr5tgW+KMTBA6QCeOhk+
moYbg83YS46LrO3BN8cLu4c=
=fDPv
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-190 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-190
D  tests/.arch-ids/assign.test.id
D  tests/assign.test
A  
{arch}/libtool/libtool--gary/libtool--gary--1.0/address@hidden/patch-log/patch-48
M  ChangeLog
M  tests/Makefile.am

* modified files

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

        The checks in assign.test are trying to catch case of this ilk:
        `foo=bar break', but unfortunately they also choke on `foo=bar;
        break' and `foo=bar && break'.  Writing a sophisticated test to
        catch just the intended case seems like more trouble than it's
        worth, but leaving the test in causes the testsuite to fail on
        valid m4sh output:

        * tests/assign.test: Removed; chokes on perfectly valid shell
        syntax.
        * tests/Makefile.am (COMMON_TESTS): Remove assign.test.
        * tests/defs.in (scripts): Don't check the m4sh inputs, go back
        to checking the generated ltmain.sh script.

--- orig/tests/Makefile.am
+++ mod/tests/Makefile.am
@@ -11,7 +11,7 @@
        f77demo-shared.test f77demo-make.test f77demo-exec.test
 
 COMMON_TESTS = \
-       assign.test link.test link-2.test nomode.test \
+       link.test link-2.test nomode.test \
        quote.test sh.test suffix.test tagtrace.test \
        cdemo-static.test cdemo-make.test cdemo-exec.test \
        demo-static.test demo-make.test demo-exec.test \



* added files

--- /dev/null
+++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--gary/libtool--gary--1.0/address@hidden/patch-log/patch-48
@@ -0,0 +1,24 @@
+Revision: libtool--gary--1.0--patch-48
+Archive: address@hidden
+Creator: Gary V. Vaughan <address@hidden>
+Date: Sun Sep 19 23:22:06 BST 2004
+Standard-date: 2004-09-19 22:22:06 GMT
+Removed-files: tests/.arch-ids/assign.test.id
+    tests/assign.test
+Modified-files: ChangeLog tests/Makefile.am tests/defs.in
+New-patches: address@hidden/libtool--gary--1.0--patch-48
+Summary: remove assign.test
+Keywords: 
+
+The checks in assign.test are trying to catch case of this ilk:
+`foo=bar break', but unfortunately they also choke on `foo=bar;
+break' and `foo=bar && break'.  Writing a sophisticated test to
+catch just the intended case seems like more trouble than it's
+worth, but leaving the test in causes the testsuite to fail on
+valid m4sh output:
+
+* tests/assign.test: Removed; chokes on perfectly valid shell
+syntax.
+* tests/Makefile.am (COMMON_TESTS): Remove assign.test.
+* tests/defs.in (scripts): Don't check the m4sh inputs, go back
+to checking the generated ltmain.sh script.


reply via email to

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