]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove use of dpatch, since all modifications are in the source branch.
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 3 Dec 2009 21:31:58 +0000 (14:31 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 3 Dec 2009 21:31:58 +0000 (14:31 -0700)
rules

diff --git a/rules b/rules
index 61bd139bb22c544d3b29c2f7a12fa696efb409c3..d95f0ce8bee5419a70897793de099765feee1919 100755 (executable)
--- 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