automake-patches
[Top][All Lists]
Advanced

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

FYI: fix check5.test and nobase.test for maintainer-check


From: Alexandre Duret-Lutz
Subject: FYI: fix check5.test and nobase.test for maintainer-check
Date: Sat, 18 Mar 2006 07:32:29 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

2006-03-18  Alexandre Duret-Lutz  <address@hidden>

        * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
        invocations to please maintainer-check.

Index: tests/check5.test
===================================================================
RCS file: /cvs/automake/automake/tests/check5.test,v
retrieving revision 1.1
diff -u -r1.1 check5.test
--- tests/check5.test   29 Jan 2006 17:35:12 -0000      1.1
+++ tests/check5.test   18 Mar 2006 06:31:39 -0000
@@ -52,6 +52,6 @@
 ./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: tests/nobase.test
===================================================================
RCS file: /cvs/automake/automake/tests/nobase.test,v
retrieving revision 1.15
diff -u -r1.15 nobase.test
--- tests/nobase.test   17 Oct 2005 21:08:42 -0000      1.15
+++ tests/nobase.test   18 Mar 2006 06:31:39 -0000
@@ -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 @@
 EOF
 cp source.c source2.c
 
-rm install-sh
+rm -f install-sh
 
 libtoolize
 $ACLOCAL

-- 
Alexandre Duret-Lutz





reply via email to

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