From e018cb2f2f8ad1e1240e51b7d08a7ee75d40cc5b Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Wed, 25 Apr 2018 23:23:46 -0400 Subject: [PATCH] ODROID: remove unnecessary build tag in 'debian/rules' Signed-off-by: Dongjin Kim --- debian/rules | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/debian/rules b/debian/rules index 63b7df85089999..2d6d2c59a9176b 100755 --- a/debian/rules +++ b/debian/rules @@ -64,22 +64,6 @@ ifndef BUILD_STAGE1 $(MAKE) -f debian/rules.gen binary-indep endif -DIR_ORIG = ../orig/$(SOURCE)-$(VERSION_UPSTREAM) -TAR_ORIG_NAME = $(SOURCE)_$(VERSION_UPSTREAM).orig.tar.xz -TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME))) - -orig: $(DIR_ORIG) - rsync --delete --exclude /debian --exclude .svk --exclude .svn --exclude .git --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ . - QUILT_PATCHES='$(CURDIR)/debian/patches' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0 - -$(DIR_ORIG): -ifeq ($(TAR_ORIG),) - $(error Cannot find orig tarball $(TAR_ORIG_NAME)) -else - mkdir -p ../orig - tar -C ../orig -xaf $(TAR_ORIG) -endif - maintainerclean: rm -f debian/config.defines.dump debian/control debian/control.md5sum debian/linux-headers-* debian/linux-image-* debian/rules.gen rm -rf $(filter-out debian .svk .svn .git, $(wildcard * .[^.]*))