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 "IPFire 3.x development tree".
The branch, master has been updated via 73623c34ea882612f8c15c339d01f5f72c28d7ab (commit) from 154ced22c1117b9962d4e78a0e15bb20efcf3806 (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 ----------------------------------------------------------------- commit 73623c34ea882612f8c15c339d01f5f72c28d7ab Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 26 22:19:16 2012 +0100
ppl: Re-enable testsuite.
ppl comes with a testsuite which should be executed, because ppl is a critical component for the build toolchain.
Also enable parallel builds.
-----------------------------------------------------------------------
Summary of changes: ppl/ppl.nm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
Difference in files: diff --git a/ppl/ppl.nm b/ppl/ppl.nm index 03d8b7c..f9c53d8 100644 --- a/ppl/ppl.nm +++ b/ppl/ppl.nm @@ -5,7 +5,7 @@
name = ppl version = 1.0 -release = 1 +release = 1.1
maintainer = Michael Tremer michael.tremer@ipfire.org groups = Development/Libraries @@ -41,11 +41,9 @@ build --enable-interfaces="c cxx" \ --disable-debugging
- PARALLELISMFLAGS = - - #test - # make check - #end + test + make check + end
install_cmds # Create compat symlink.
hooks/post-receive -- IPFire 3.x development tree