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, master has been updated via 57eae77c4371c555ba66b24e739bd2aab83732a9 (commit) from a31120b664ac415df88655407937f2e9c0fea489 (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/57eae77c4371c555ba66b24e739bd2aab8373...
commit 57eae77c4371c555ba66b24e739bd2aab83732a9 Author: Cyril Hrubis metan@ucw.cz Date: Sat May 28 18:20:27 2011 +0200
build: The link creation must be spinlocked too.
diff --git a/build/Makefile b/build/Makefile index 6f01215..5c24ac7 100644 --- a/build/Makefile +++ b/build/Makefile @@ -31,9 +31,13 @@ endif @. ./liblock.sh; spinunlock .
libGP.so.0: libGP.so + @. ./liblock.sh; spinlock . ifdef VERBOSE + rm -f libGP.so.0 ln -s libGP.so libGP.so.0 else @echo "LN libGP.so.0" + @rm -f libGP.so.0 @ln -s libGP.so libGP.so.0 endif + @. ./liblock.sh; spinunlock .
-----------------------------------------------------------------------
Summary of changes: build/Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 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.