Skip to content

Commit

Permalink
ODROID: remove unnecessary build tag in 'debian/rules'
Browse files Browse the repository at this point in the history
Signed-off-by: Dongjin Kim <[email protected]>
  • Loading branch information
tobetter committed Apr 26, 2018
1 parent 1d84261 commit e018cb2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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 * .[^.]*))
Expand Down

0 comments on commit e018cb2

Please sign in to comment.