From 357604332cf583e34d8f0fa033f3620f4f7a4bb2 Mon Sep 17 00:00:00 2001 From: Tim Goya Date: Tue, 9 Jan 2007 15:54:29 +0000 Subject: [PATCH] make jam stop spamming 'Append' for MakePot SVN-Revision: 4538 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 4e3fffd70..4dfca553b 100644 --- a/Jamrules +++ b/Jamrules @@ -48,7 +48,7 @@ include $(TOP)/mk/jam/build.jam ; IncludeDir $(top_builddir) ; # for config.h IncludeDir $(top_srcdir)/src ; -actions Append +actions quietly Append { echo $(>) >> $(<) ; } -- 2.11.0