[game-data-packager] 06/08: fix "make clean"

Simon McVittie smcv at debian.org
Mon Dec 29 10:47:51 UTC 2014


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 e43403538426e4b95c677dcbc22365480dc22f0f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Dec 29 09:23:12 2014 +0100

    fix "make clean"
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d3982b6..34c803e 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ tests/empty.deb:
 
 clean:
 	rm -f ./out/changelog.gz
+	rm -f ./out/foo ./out/bar ./out/baz
 	make -f doom-common.mk IWAD=doom  LONG="Doom"   VERSION=$(VERSION) clean
 	make -f doom-common.mk IWAD=doom2 \
 		LONG="Doom 2: Hell on Earth" VERSION=$(VERSION) clean
@@ -59,10 +60,10 @@ clean:
 		LONG="Final Doom: TNT: Evilution" VERSION=$(VERSION) clean
 	make -f doom-common.mk IWAD=plutonia \
 		LONG="Final Doom: The Plutonia Experiment" VERSION=$(VERSION) clean
-	make -f doom-common.mk IWAD=heretic VERSION=$(VERSION) \
+	make -f doom-common.mk IWAD=heretic GAME=heretic VERSION=$(VERSION) \
 		CONTROLIN=heretic/DEBIAN/control.in \
 		LONG="Heretic: Shadow of the Serpent Riders" clean
-	make -f doom-common.mk IWAD=hexen VERSION=$(VERSION) \
+	make -f doom-common.mk IWAD=hexen GAME=hexen VERSION=$(VERSION) \
 		CONTROLIN=hexen/DEBIAN/control.in \
 		LONG="Hexen: Beyond Heretic" clean
 	make -f quake.mk LONG="Quake" VERSION=$(VERSION) PACKAGE=quake-registered \

-- 
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