automake-patches
[Top][All Lists]
Advanced

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

FYI: file left *in build directory* after distclean


From: Alexandre Duret-Lutz
Subject: FYI: file left *in build directory* after distclean
Date: 24 Sep 2002 00:32:55 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm installing this.  I hope this can help people figuring the
error isn't always related to `distclean'.

2002-09-24  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/distdir.am (distcleancheck): Mention `in build directory'
        in error message.

Index: lib/am/distdir.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/distdir.am,v
retrieving revision 1.38
diff -u -r1.38 distdir.am
--- lib/am/distdir.am   5 Sep 2002 14:29:45 -0000       1.38
+++ lib/am/distdir.am   23 Sep 2002 22:30:55 -0000
@@ -357,7 +357,7 @@
          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%

-- 
Alexandre Duret-Lutz





reply via email to

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