From ce6da10d9fe930d0136e9f0fe2877d2eebaa158b Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 24 Mar 2009 07:30:11 +0000 Subject: [PATCH] debian/rules.real: Copy all files. svn path=/dists/trunk/linux-kbuild-2.6/; revision=13227 --- debian/rules.real | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules.real b/debian/rules.real index b2533165a..70c991daa 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -6,11 +6,12 @@ binary-arch: install-kbuild build: $(STAMPS_DIR)/build +$(STAMPS_DIR)/build: SOURCE_FILES = $(filter-out debian, $(wildcard * .[^.]*)) $(STAMPS_DIR)/build: DIR=$(BUILD_DIR)/build $(STAMPS_DIR)/build: rm -rf '$(DIR)' mkdir -p '$(DIR)' - cp -al scripts/* '$(DIR)' + cp -al $(SOURCE_FILES) '$(DIR)' $(MAKE) -C $(DIR) top_srcdir=$(CURDIR) touch '$@'