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 ee1abb0bacc0c86b382685d521ab6828efa4af0f (commit) from bc6e962ae2c0418d82e47e7f10601352679a041f (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/ee1abb0bacc0c86b382685d521ab6828efa4a...
commit ee1abb0bacc0c86b382685d521ab6828efa4af0f Author: Tomas Gavenciak gavento@ucw.cz Date: Fri Aug 26 11:35:57 2011 +0200
Fig parallel build
diff --git a/wscript b/wscript index 25cae62..e2d1805 100644 --- a/wscript +++ b/wscript @@ -41,6 +41,7 @@ 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.add_group() # Recurse on modules uses = [] for mod in 'core gfx text loaders filters input backends SDL'.split(): diff --git a/wscript_lib.py b/wscript_lib.py index fa9c4df..1dc353e 100644 --- a/wscript_lib.py +++ b/wscript_lib.py @@ -84,9 +84,7 @@ class GitCheck(GitDist, DistCheck): ext_algo = {} def execute(self): self.recurse([os.path.dirname(Context.g_module.root_path)]) - Logs.info('A0') self.git_archive() - Logs.info('A1') self.check()
-----------------------------------------------------------------------
Summary of changes: wscript | 1 + wscript_lib.py | 2 -- 2 files changed, 1 insertions(+), 2 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.