From c98dbaf9d1587f3bea26c62d877c69d33c2d8986 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 23 Sep 2002 22:33:49 +0000 Subject: [PATCH] * lib/am/distdir.am (distcleancheck): Mention `in build directory' in error message. --- ChangeLog | 5 +++++ lib/am/distdir.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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% -- 2.43.5