[higan] 12/34: Delete only obj directory between builds.

Tobias Hansen thansen at moszumanska.debian.org
Sun Jun 26 10:44:40 UTC 2016


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

thansen pushed a commit to branch master
in repository higan.

commit bc7862004c928c5c81054fd75937146d35728825
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Tue Mar 15 17:22:41 2016 +0000

    Delete only obj directory between builds.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 24ff4c6..62683be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,11 @@ override_dh_auto_build:
 	dh_auto_build -- profile=balanced name=higan-balanced
 # Allow for building higan only once when testing stuff with the build option testbuild.
 ifeq (,$(findstring testbuild,$(DEB_BUILD_OPTIONS)))
-	$(MAKE) --directory=higan clean
+	rm -rf higan/obj
+	mkdir -p higan/obj
 	dh_auto_build -- profile=accuracy name=higan-accuracy
-	$(MAKE) --directory=higan clean
+	rm -rf higan/obj
+	mkdir -p higan/obj
 	dh_auto_build -- profile=performance name=higan-performance
 else
 	cp higan/out/higan-balanced higan/out/higan-accuracy

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



More information about the Pkg-games-commits mailing list