From: Tim Goya Date: Tue, 9 Jan 2007 15:54:29 +0000 (+0000) Subject: make jam stop spamming 'Append' for MakePot X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=357604332cf583e34d8f0fa033f3620f4f7a4bb2;hp=65f71f62b50eaf665217c5892a43cdbcd17b277b;p=supertux.git make jam stop spamming 'Append' for MakePot SVN-Revision: 4538 --- 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 $(>) >> $(<) ; }