automake-patches
[Top][All Lists]
Advanced

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

FYI: fix installdirs failure


From: Alexandre Duret-Lutz
Subject: FYI: fix installdirs failure
Date: Sat, 17 Jul 2004 12:54:31 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

2004-07-17  Alexandre Duret-Lutz  <address@hidden>

        * tests/installdir.test: installdirs-local should appear three times,
        since the change from 2004-07-11 will make it PHONY.

Index: tests/installdir.test
===================================================================
RCS file: /cvs/automake/automake/tests/installdir.test,v
retrieving revision 1.4
diff -u -r1.4 installdir.test
--- tests/installdir.test       14 Nov 2003 21:25:58 -0000      1.4
+++ tests/installdir.test       17 Jul 2004 10:53:55 -0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -22,12 +22,14 @@
 
 . ./defs || exit 1
 
+set -e
+
 cat > Makefile.am << 'END'
 installdirs-local:
        @echo here
 END
 
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL
+$AUTOMAKE
 
-test `grep installdirs-local Makefile.in | wc -l` -eq 2
+test `grep installdirs-local Makefile.in | wc -l` -eq 3

-- 
Alexandre Duret-Lutz





reply via email to

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