automake-patches
[Top][All Lists]
Advanced

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

FYI: maintainer-clean typos


From: Alexandre Duret-Lutz
Subject: FYI: maintainer-clean typos
Date: Mon, 10 Jun 2002 11:46:07 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

For HEAD and branch.

2002-06-10  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-check): Fix $MAKE -e detection.
        * tests/yacc7.test: Use rm -f.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.194
diff -u -r1.194 Makefile.am
--- Makefile.am 8 Jun 2002 16:56:07 -0000       1.194
+++ Makefile.am 10 Jun 2002 09:41:55 -0000
@@ -192,7 +192,7 @@
        fi
 ## On NetBSD (1.5) and OSF, the $SHELL variable is still inherited from
 ## the environment.
-       @if grep '$$MAKE.*-e' $(srcdir)/tests/*.test | grep -v '-e.*SHELL' ; 
then \
+       @if grep '$$MAKE.* -e' $(srcdir)/tests/*.test | grep -v '-e.*SHELL' ; 
then \
          echo 'Always overwrite SHELL when using "$$MAKE -e".' 1>&2; \
          echo 'Use "$$MAKE -e SHELL=/bin/sh" in the above lines.' 1>&2; \
          exit 1; \
Index: tests/yacc7.test
===================================================================
RCS file: /cvs/automake/automake/tests/yacc7.test,v
retrieving revision 1.7
diff -u -r1.7 yacc7.test
--- tests/yacc7.test    8 Jun 2002 17:22:27 -0000       1.7
+++ tests/yacc7.test    10 Jun 2002 09:41:55 -0000
@@ -47,7 +47,7 @@
 
 # We should be able to recover if foo.h is deleted.
 
-rm foo.h || exit 1
+rm -f foo.h || exit 1
 $MAKE foo.h || exit 1
 test -f foo.h || exit 1
 

-- 
Alexandre Duret-Lutz




reply via email to

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