make jam stop spamming 'Append' for MakePot
authorTim Goya <tuxdev103@gmail.com>
Tue, 9 Jan 2007 15:54:29 +0000 (15:54 +0000)
committerTim Goya <tuxdev103@gmail.com>
Tue, 9 Jan 2007 15:54:29 +0000 (15:54 +0000)
SVN-Revision: 4538

Jamrules

index 4e3fffd..4dfca55 100644 (file)
--- 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 $(>) >> $(<) ;
 }