This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 3839717f73f48f7dd2aa68d3e5ebf3395d9575fb Author: MAN-AT-ARMS <[email protected]> Date: Thu Mar 12 16:42:10 2015 -0400 All: Remove USE_SVN define from Makefiles --- MP/Makefile | 4 ---- SP/Makefile | 4 ---- 2 files changed, 8 deletions(-) diff --git a/MP/Makefile b/MP/Makefile index 9fd2d6e..840cdd7 100644 --- a/MP/Makefile +++ b/MP/Makefile @@ -247,10 +247,6 @@ ifndef DEBUG_CFLAGS DEBUG_CFLAGS=-g -O0 endif -ifndef USE_SVN -USE_SVN=1 -endif - ifndef USE_ANTIWALLHACK USE_ANTIWALLHACK=0 endif diff --git a/SP/Makefile b/SP/Makefile index ceacd94..855f2b6 100644 --- a/SP/Makefile +++ b/SP/Makefile @@ -247,10 +247,6 @@ ifndef DEBUG_CFLAGS DEBUG_CFLAGS=-g -O0 endif -ifndef USE_SVN -USE_SVN=1 -endif - ifndef USE_BLOOM USE_BLOOM=1 endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

