From 2a040786f2832f9bca07957be08e2870c6fd4c9d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 May 2011 18:13:59 +0200 Subject: [PATCH] maint.mk: suppress "Entering/Leaving directory" diag in announcement * top/maint.mk (release-prep): Use make's --no-print-directory option when generating the announcement. This eliminates the pesky "make[2]: Entering/Leaving directory" diagnostics in the generated announcement template. --- ChangeLog | 8 ++++++++ top/maint.mk | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3844aea36..858e21bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-08 Jim Meyering + + maint.mk: suppress "Entering/Leaving directory" diag in announcement + * top/maint.mk (release-prep): Use make's --no-print-directory + option when generating the announcement. This eliminates the + pesky "make[2]: Entering/Leaving directory" diagnostics in the + generated announcement template. + 2011-05-08 Bruno Haible tzset: Fix gettimeofday wrapper on Solaris 2.6. diff --git a/top/maint.mk b/top/maint.mk index f22135773..03a903675 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1238,7 +1238,7 @@ gl_noteworthy_news_ = * Noteworthy changes in release ?.? (????-??-??) [?] release-prep: case $$RELEASE_TYPE in alpha|beta|stable) ;; \ *) echo "invalid RELEASE_TYPE: $$RELEASE_TYPE" 1>&2; exit 1;; esac - $(MAKE) -s announcement > ~/announce-$(my_distdir) + $(MAKE) --no-print-directory -s announcement > ~/announce-$(my_distdir) if test -d $(release_archive_dir); then \ ln $(rel-files) $(release_archive_dir); \ chmod a-w $(rel-files); \ -- 2.11.0