From: Tom Tromey Date: Tue, 27 May 1997 05:53:06 +0000 (+0000) Subject: make echo silent X-Git-Tag: Release-1-2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ed5877faac27bad424738a81e015ae7299cc3ce;p=thirdparty%2Fautomake.git make echo silent --- diff --git a/ChangeLog b/ChangeLog index 870262a46..4ed90b928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ Mon May 26 22:50:49 1997 Tom Tromey + * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent. Report + from Alexandre Oliva. + * automake.in (generate_makefile): If --no-force, check - Makefile.in against configure.in and aclocal.m4. + Makefile.in against configure.in and aclocal.m4. Report from + Alexandre Oliva. * automake.in (handle_dist_worker): Put --include-deps on command line if specified originally. diff --git a/THANKS b/THANKS index 344469f43..ef676b0dc 100644 --- a/THANKS +++ b/THANKS @@ -4,6 +4,7 @@ people: Akim Demaille Alexander V. Lukyanov +Alexandre Oliva Andreas Schwab Anthony Green Bill Fenner diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 5e17541d9..c4f9b6971 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -26,4 +26,4 @@ $(srcdir)/@CONFIG_HEADER_IN@: @MAINT@$(srcdir)/@STAMP@.in $(srcdir)/@STAMP@.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) @FILES@ cd $(top_srcdir) && $(AUTOHEADER) - echo timestamp > $(srcdir)/@STAMP@.in + @echo timestamp > $(srcdir)/@STAMP@.in diff --git a/remake-hdr.am b/remake-hdr.am index 5e17541d9..c4f9b6971 100644 --- a/remake-hdr.am +++ b/remake-hdr.am @@ -26,4 +26,4 @@ $(srcdir)/@CONFIG_HEADER_IN@: @MAINT@$(srcdir)/@STAMP@.in $(srcdir)/@STAMP@.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) @FILES@ cd $(top_srcdir) && $(AUTOHEADER) - echo timestamp > $(srcdir)/@STAMP@.in + @echo timestamp > $(srcdir)/@STAMP@.in