projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f71f6
)
make jam stop spamming 'Append' for MakePot
author
Tim Goya
<tuxdev103@gmail.com>
Tue, 9 Jan 2007 15:54:29 +0000
(15:54 +0000)
committer
Tim Goya
<tuxdev103@gmail.com>
Tue, 9 Jan 2007 15:54:29 +0000
(15:54 +0000)
SVN-Revision: 4538
Jamrules
patch
|
blob
|
history
diff --git
a/Jamrules
b/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 $(>) >> $(<) ;
}