]> sourceware.org Git - automake.git/commitdiff
* lib/am/distdir.am (distcleancheck): Mention `in build directory'
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 23 Sep 2002 22:33:49 +0000 (22:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 23 Sep 2002 22:33:49 +0000 (22:33 +0000)
in error message.

ChangeLog
lib/am/distdir.am

index 2dd9e5917c4c8dd1725afcf87b4c0191b3ec7d6e..58056abeea709e8386dd96916a4fc789dd646c3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-24  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * lib/am/distdir.am (distcleancheck): Mention `in build directory'
+       in error message.
+
 2002-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        For PR automake/350:
index c3ff3362939f7fbac90f533fe7e12f6c8a693f6a..7ee940eecccc38d5f50a843ff326a26359861c3d 100644 (file)
@@ -357,7 +357,7 @@ distcleancheck: distclean
          exit 1 ; \
        fi
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
-         || { echo "ERROR: files left after distclean:" ; \
+         || { echo "ERROR: files left in build directory after distclean:" ; \
               $(distcleancheck_listfiles) ; \
               exit 1; } >&2
 endif %?TOPDIR_P%
This page took 0.036072 seconds and 5 git commands to generate.