]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
make echo silent
authorTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 05:53:06 +0000 (05:53 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 05:53:06 +0000 (05:53 +0000)
ChangeLog
THANKS
lib/am/remake-hdr.am
remake-hdr.am

index 870262a463ebd0a3e8f3370ab8612d70e2d98e07..4ed90b928eacdf3ec3e4fed1784073784ffa950f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * 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 344469f43dc3c94a8114feaba96bb797d4fd985c..ef676b0dc7e516f3e314c91dc9f0875d6f011857 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -4,6 +4,7 @@ people:
 
 Akim Demaille <demaille@inf.enst.fr>
 Alexander V. Lukyanov <lav@yars.free.net>
+Alexandre Oliva <oliva@dcc.unicamp.br>
 Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>
 Anthony Green <green@cygnus.com>
 Bill Fenner <fenner@parc.xerox.com>
index 5e17541d9ca596147077d988138d0c3aa059c17f..c4f9b697176049182e671bcc5e695718c5f98fe3 100644 (file)
@@ -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
index 5e17541d9ca596147077d988138d0c3aa059c17f..c4f9b697176049182e671bcc5e695718c5f98fe3 100644 (file)
@@ -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