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 d59f5e243f22d8a2e91c2fb6a818503dafc75487 (commit) from 90bea6f18d4e4562f63f196e9029fe2603793e83 (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/d59f5e243f22d8a2e91c2fb6a818503dafc75...
commit d59f5e243f22d8a2e91c2fb6a818503dafc75487 Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 25 15:27:49 2012 +0100
build: make clean all seems to work now, use at your own risk.
diff --git a/Makefile b/Makefile index d180dd5..531d666 100644 --- a/Makefile +++ b/Makefile @@ -1,31 +1,12 @@ TOPDIR=. -SUBDIRS=include libs tests pylib demos +SUBDIRS=include libs tests pylib demos build include post.mk
-# -# Make sure tests are build after library and -# rebuild library before entering test just -# to be extra safe. -# -.PHONY: build - libs: include
tests: libs demos: libs
-build: - @$(MAKE) --no-print-directory -C build clean - @$(MAKE) --no-print-directory -C build - -clean: -ifdef VERBOSE - $(MAKE) -C build clean -else - @echo "DIR /build" - @$(MAKE) --no-print-directory -C build clean -endif - distclean: ifdef VERBOSE rm config.h config.gen.mk
-----------------------------------------------------------------------
Summary of changes: Makefile | 21 +-------------------- 1 files changed, 1 insertions(+), 20 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.