From: Alexandre Duret-Lutz Date: Mon, 23 Sep 2002 22:33:49 +0000 (+0000) Subject: * lib/am/distdir.am (distcleancheck): Mention `in build directory' X-Git-Tag: Release-1-7~15 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c98dbaf9d1587f3bea26c62d877c69d33c2d8986;p=automake.git * lib/am/distdir.am (distcleancheck): Mention `in build directory' in error message. --- diff --git a/ChangeLog b/ChangeLog index 2dd9e591..58056abe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-24 Alexandre Duret-Lutz + + * lib/am/distdir.am (distcleancheck): Mention `in build directory' + in error message. + 2002-09-23 Alexandre Duret-Lutz For PR automake/350: diff --git a/lib/am/distdir.am b/lib/am/distdir.am index c3ff3362..7ee940ee 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -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%