debian/rules.real: Remove old DH_OPTIONS overrides.

svn path=/dists/trunk/linux-2.6/; revision=14735
This commit is contained in:
Bastian Blank 2009-12-04 19:11:08 +00:00
parent ce6d00ae52
commit 1d65318e7c
1 changed files with 7 additions and 7 deletions

14
debian/rules.real vendored
View File

@ -443,23 +443,23 @@ install-patch:
dh_testdir
dh_testroot
dh_prep
dh_installdirs $(DH_OPTIONS) '$(pbase)/apply' '$(pbase)/debian' '$(pbase)/unpatch'
dh_install $(DH_OPTIONS) debian/patches/* '$(pbase)/debian'
dh_installdirs '$(pbase)/apply' '$(pbase)/debian' '$(pbase)/unpatch'
dh_install debian/patches/* '$(pbase)/debian'
install debian/bin/patch.apply '$(pfull)/apply/debian'
install debian/templates/patch.unpatch '$(pfull)/unpatch/debian'
find '$(pfull)/debian' ! -path '*/series/*' -type f -execdir bzip2 '{}' ';' -execdir chmod 644 '{}.bz2' ';'
+$(MAKE_SELF) install-base DH_OPTIONS='$(DH_OPTIONS)'
+$(MAKE_SELF) install-base
install-source: DH_OPTIONS = -plinux-source-$(VERSION)
install-source: $(BUILD_DIR)/linux-source-$(UPSTREAMVERSION).tar.bz2
dh_testdir
dh_testroot
dh_install $(DH_OPTIONS) '$<' /usr/src
+$(MAKE_SELF) install-base DH_OPTIONS='$(DH_OPTIONS)'
dh_install '$<' /usr/src
+$(MAKE_SELF) install-base
install-tree: DH_OPTIONS = -plinux-tree-$(VERSION)
install-tree:
+$(MAKE_SELF) install-dummy DH_OPTIONS='$(DH_OPTIONS)'
+$(MAKE_SELF) install-dummy
install-firmware: PACKAGE_NAME = firmware-linux-free
install-firmware: DIR = $(BUILD_DIR)/build-firmware
@ -473,6 +473,6 @@ install-firmware: $(STAMPS_DIR)/source
rm -rf '$(DIR)'
mkdir '$(DIR)'
+$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' INSTALL_MOD_PATH='$(CURDIR)'/$(PACKAGE_DIR) firmware_install
+$(MAKE_SELF) install-base DH_OPTIONS='$(DH_OPTIONS)'
+$(MAKE_SELF) install-base
# vim: filetype=make