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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to