]> sourceware.org Git - automake.git/commitdiff
* tests/distdir.test: Check to make sure directory isn't made in
authorTom Tromey <tromey@redhat.com>
Thu, 22 Feb 2001 02:35:30 +0000 (02:35 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 22 Feb 2001 02:35:30 +0000 (02:35 +0000)
build directory.

ChangeLog
tests/distdir.test

index bcaa403192043ff5e8c596bd5bca315f1eef7019..9355d45420f7c0a6b7abd774323b7050424138b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-02-21  Tom Tromey  <tromey@redhat.com>
 
+       * tests/distdir.test: Check to make sure directory isn't made in
+       build directory.
+
        * automake.in (handle_dist): Do nothing in Cygnus mode.
 
 2001-02-21  Pavel Roskin  <proski@gnu.org>
index c65c94fe1fad04b9c084bcb57bc7367a8d726846..cfc15d9f5fed726531e89d8e6adb72f8d1acbd8b 100755 (executable)
@@ -12,4 +12,8 @@ END
 $AUTOMAKE || exit 1
 
 grep '\$(mkinstalldirs).*\.' Makefile.in && exit 1
-grep '\$(mkinstalldirs).*foo' Makefile.in
+grep '\$(mkinstalldirs).*foo' Makefile.in || exit 1
+
+# Check to make sure `foo' isn't made in build directory.
+grep 'mkinstalldirs.*foo.*foo' Makefile.in && exit 1
+exit 0
This page took 0.032226 seconds and 5 git commands to generate.