X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=rules;fp=rules;h=d95f0ce8bee5419a70897793de099765feee1919;hb=f9d5e861b250654107c2c8a32704f408b7352711;hp=61bd139bb22c544d3b29c2f7a12fa696efb409c3;hpb=00df936c0c2eba79f4aaf035b76a5e56e791be76;p=tinyos-2.x.git diff --git a/rules b/rules index 61bd139b..d95f0ce8 100755 --- a/rules +++ b/rules @@ -9,8 +9,6 @@ # paternity under the Copyright, Designs and Patents Act 1988.) # This file may have to be extensively modified -include /usr/share/dpatch/dpatch.make - package = tinyos toolspkg = $(package)-tools srcpkg = $(package)-source @@ -36,7 +34,7 @@ dtmp := debian/tmp tempdir := $(shell tempfile $(PACKAGE)) version := $(shell head -1 debian/changelog | sed -e s'|^.*(\(.*\)-.*).*$$|\1|') -configure-stamp: patch-stamp +configure-stamp: $(checkdir) rm -rf configure-stamp $(dtmp)/builddir $(tempdir) $(install_dir) $(dtmp) @@ -177,10 +175,10 @@ binary-arch: checkroot build install binary: binary-indep binary-arch -clean: unpatch +clean: $(checkdir) -rm -rf $(dtmp) - -rm -fr debian/patched debian/files* debian/substvars + -rm -fr debian/files* debian/substvars -rm -f *-stamp