This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, generate-waf has been updated via 3d26fff40a37aee0793346004846b5911d901f3c (commit) from ee1abb0bacc0c86b382685d521ab6828efa4af0f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/3d26fff40a37aee0793346004846b5911d901...
commit 3d26fff40a37aee0793346004846b5911d901f3c Author: Tomas Gavenciak gavento@ucw.cz Date: Fri Aug 26 11:52:23 2011 +0200
Fix rebuilding
diff --git a/wscript b/wscript index e2d1805..9d52c4a 100644 --- a/wscript +++ b/wscript @@ -40,7 +40,7 @@ def configure(cnf): def build(bld): # Generate all generated headers, regardless of the module include = bld.path.find_node('include') - bld.template(source=include.ant_glob('**/*.h.t'), in_src=True) + bld.template(source=include.ant_glob('**/*.h.t'), in_src=True, update_outputs=True) bld.add_group() # Recurse on modules uses = []
-----------------------------------------------------------------------
Summary of changes: wscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.