* 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 Jim Meyering <meyering@redhat.com>
+
+ 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 <bruno@clisp.org>
tzset: Fix gettimeofday wrapper on Solaris 2.6.
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); \