debian/rules: Only provide the patched tree for config checks.

svn path=/dists/trunk/linux-2.6/; revision=5353
This commit is contained in:
Bastian Blank 2006-01-08 15:08:51 +00:00
parent f871491b62
commit 8917fde5a2
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -89,7 +89,8 @@ debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES)
CheckConfs_DIR := $(BUILD_DIR)/check
$(CheckConfs_DIR) source-configs: setup
$(CheckConfs_DIR) source-configs: debian/control $(BUILD_DIR) $(STAMPS_DIR)
$(MAKE) -f debian/rules.gen setup-$(DEB_HOST_ARCH)-real
rm -rf '$(CheckConfs_DIR)'
cp -al $(BUILD_DIR)/source $(CheckConfs_DIR)