automake-patches
[Top][All Lists]
Advanced

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

Patch: libtool2.test fixlet


From: Tom Tromey
Subject: Patch: libtool2.test fixlet
Date: 02 Jul 2001 22:08:15 -0600

I'm checking this in.  It makes the libtool2 test a bit more robust.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * tests/libtool2.test: Look for `.lo' files to be removed.

Index: tests/libtool2.test
===================================================================
RCS file: /cvs/automake/automake/tests/libtool2.test,v
retrieving revision 1.1
diff -u -r1.1 libtool2.test
--- tests/libtool2.test 2001/07/01 23:18:09 1.1
+++ tests/libtool2.test 2001/07/03 03:46:26
@@ -35,4 +35,4 @@
 : > ltmain.sh
 $AUTOMAKE -a || exit 1
 
-fgrep mostlyclean-libtool sub/Makefile.in
+grep 'rm .*\.lo' sub/Makefile.in



reply via email to

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