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 db6777f82eb9c87d31fd68beed98624f4441024e (commit) from 444015ece1a074f982dbe7d8f110f295acddc90a (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/db6777f82eb9c87d31fd68beed98624f44410...
commit db6777f82eb9c87d31fd68beed98624f4441024e Author: Cyril Hrubis metan@ucw.cz Date: Mon Nov 14 23:11:05 2011 +0100
build: having config removed in 'make clean' is wrong
Added 'make distclean' for that.
diff --git a/Makefile b/Makefile index d2d16f5..4f303c0 100644 --- a/Makefile +++ b/Makefile @@ -17,14 +17,21 @@ build:
clean: ifdef VERBOSE - rm config.h config.gen.mk $(MAKE) -C build clean else - @rm config.h config.gen.mk @echo "/build" @$(MAKE) --no-print-directory -C build clean endif
+distclean: +ifdef VERBOSE + rm config.h config.gen.mk + $(MAKE) clean +else + @$(MAKE) clean + @rm config.h config.gen.mk +endif + HEADER_LOC=/usr/include/ LIB_LOC=/usr/lib/
-----------------------------------------------------------------------
Summary of changes: Makefile | 11 +++++++++-- 1 files changed, 9 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.