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, pywrap has been updated via 87e8a9fd81c221077bae24acffeb3cabda7bd0ea (commit) from 9201450e2ccac1ed1d663661cb35eb4f54b3e92a (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/87e8a9fd81c221077bae24acffeb3cabda7bd...
commit 87e8a9fd81c221077bae24acffeb3cabda7bd0ea Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 25 15:40:35 2012 +0100
build: make clean removes compiled *.pyc files too.
diff --git a/pylib/gfxprim/Makefile b/pylib/gfxprim/Makefile index 71ce926..3032f62 100644 --- a/pylib/gfxprim/Makefile +++ b/pylib/gfxprim/Makefile @@ -1,3 +1,4 @@ TOPDIR=../.. SUBDIRS=core loaders backends gfx filters text +CLEAN+=*.pyc include $(TOPDIR)/post.mk diff --git a/pywrap.mk b/pywrap.mk index 014393a..d53041e 100644 --- a/pywrap.mk +++ b/pywrap.mk @@ -33,4 +33,4 @@ endif # VERBOSE
endif # ifneq ($(SWIG),)
-CLEAN+=$(SWIG_C) $(SWIG_PY) $(SWIG_LIB) +CLEAN+=$(SWIG_C) $(SWIG_PY) $(SWIG_LIB) *.pyc
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/Makefile | 1 + pywrap.mk | 2 +- 2 files changed, 2 insertions(+), 1 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.