[quake] 03/10: Remove unused (and not installed) quake4smp wrapper

Simon McVittie smcv at debian.org
Mon Dec 28 00:24:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository quake.

commit 64001bbf134d9be9934088ca13e4997a49b93285
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Dec 27 22:40:34 2015 +0000

    Remove unused (and not installed) quake4smp wrapper
    
    The SMP renderer is activated via quake4 --smp instead.
---
 Makefile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Makefile b/Makefile
index 19a857e..02d155b 100644
--- a/Makefile
+++ b/Makefile
@@ -87,15 +87,6 @@ build/etqw: etqw.in Makefile
 		< $< > $@
 	chmod +x $@
 
-build/quake4-smp: quake4-smp.in Makefile
-	install -d build
-	sed \
-		-e 's!@binary@!quake4smp.x86!' \
-		-e 's!@self@!quake4-smp!' \
-		-e 's!@role@!client!' \
-		< $< > $@
-	chmod +x $@
-
 build/quake2-server: quake2.in
 	install -d build
 	sed -e 's/@self@/quake2-server/g' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list