[Pkg-gridengine-commits] [pkg-gridengine] 04/06: debian/rules: don't create unnecessary build-stamp

Afif Elghraoui afif at moszumanska.debian.org
Sun Sep 11 06:49:00 UTC 2016


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

afif pushed a commit to branch master
in repository pkg-gridengine.

commit 36ca9ff90c4955ee2becdceeeb4ee72d49bda046
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Sep 10 22:28:17 2016 -0700

    debian/rules: don't create unnecessary build-stamp
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 913aba9..e166f92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 %:
 	dh $@ --parallel --with autoreconf,autotools-dev
 
-override_dh_auto_build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+override_dh_auto_build:
 	cd source \
 	&& ${PRECMD} sh scripts/bootstrap.sh \
 	&& ${PRECMD} ./aimk \
@@ -47,7 +46,6 @@ build-stamp: $(QUILT_STAMPFN)
 	$(NOOPT) $(PARALLEL) \
 	&& ${PRECMD} ./aimk -man \
 	&& ${PRECMD} ant drmaa.javadoc juti.javadoc jgdi.javadoc jjsv.javadoc
-	touch build-stamp
 
 override_dh_clean:
 # If just copying Debian debian over SGE distribution tarball
@@ -55,7 +53,6 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_clean:
-	rm -f build-stamp
 # aimk clean doesn't DTRT
 	cd source && rm -rf CLASSES JAVADOCS MANSBUILD_* dist/qmon/Qmon
 	find source -type d -name "LINUX*" -print0 | xargs --null rm -rf

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



More information about the Pkg-gridengine-commits mailing list