]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/check5.test, tests/nobast.test: Fix $MAKE and rm
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 18 Mar 2006 06:32:36 +0000 (06:32 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 18 Mar 2006 06:32:36 +0000 (06:32 +0000)
invocations to please maintainer-check.

ChangeLog
tests/check5.test
tests/nobase.test

index 9e368b16012afbc9aee2a1855e9d6a3dbdaf771d..13d8549003db1c0b953d7a054174cd1839d83e25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-18  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
+       invocations to please maintainer-check.
+
 2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.in (lang_c_rewrite): Typo in previous change.
index bcb563f139c705b91d3ff06d0f28d18aff72a993..27c75a5a16a61ee6b7d18b9ba4b2c900115bb75e 100755 (executable)
@@ -52,6 +52,6 @@ cp one.c two.c
 ./configure
 $MAKE check
 test -f ok
-$MAKE EXEEXT=.bin print-tests >output
+EXEEXT=.bin $MAKE -e print-tests >output
 cat output
 grep 'BEG: one.bin two.bin :END' output
index 4eae8385a19b111a3fcd8766d0e61098a32ff58f..eb2ab19e07ea319e290f15737eb78142f5a89225 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2004, 2005, 2006  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -108,7 +108,7 @@ main (int argc, char *argv[])
 EOF
 cp source.c source2.c
 
-rm install-sh
+rm -f install-sh
 
 libtoolize
 $ACLOCAL