[game-data-packager] 19/21: Remove old Quake 2 build system
Simon McVittie
smcv at debian.org
Thu Jan 22 01:10:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit f617c15978e198d7b85cba16f723323e08e50b38
Author: Simon McVittie <smcv at debian.org>
Date: Thu Jan 22 00:54:31 2015 +0000
Remove old Quake 2 build system
---
Makefile | 4 ----
quake2.mk | 20 --------------------
2 files changed, 24 deletions(-)
diff --git a/Makefile b/Makefile
index 05bb697..7ce055b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,6 @@ default: $(DIRS)
o=out/$${x#data/}; \
convert $$x $${o%.xpm}.png || exit $$?; \
done
- make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-xatrix
- make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-rogue
$(DIRS):
mkdir -p $@
@@ -50,8 +48,6 @@ clean:
rm -f ./out/*.png
rm -f ./out/*.yaml
rm -rf lib/game_data_packager/__pycache__
- make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-xatrix clean
- make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-rogue clean
for d in $(DIRS); do [ ! -d "$$d" ] || rmdir "$$d"; done
check:
diff --git a/quake2.mk b/quake2.mk
deleted file mode 100644
index 756fc36..0000000
--- a/quake2.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# VERSION, PACKAGE must be supplied by caller
-
-srcdir = ${CURDIR}
-builddir = ${CURDIR}/build
-outdir = ${CURDIR}/out
-
-all:
- install -d ${outdir}/quake2
- m4 -DVERSION=${VERSION} < data/${PACKAGE}.control.in > ${outdir}/quake2/${PACKAGE}.control
- chmod 0644 ${outdir}/quake2/${PACKAGE}.control
- ( \
- md5sum ${outdir}/changelog.gz | \
- sed 's# .*# usr/share/doc/${PACKAGE}/changelog.gz#'; \
- md5sum data/${PACKAGE}.copyright | \
- sed 's# .*# usr/share/doc/${PACKAGE}/copyright#'; \
- ) > ${outdir}/quake2/${PACKAGE}.md5sums
- chmod 0644 ${outdir}/quake2/${PACKAGE}.md5sums
-
-clean:
- rm -rf ${outdir}/quake2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list