[kernel] r8296 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Fri Feb 9 17:10:06 UTC 2007


Author: waldi
Date: Fri Feb  9 18:10:06 2007
New Revision: 8296

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real: Cleanup source target.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Feb  9 18:10:06 2007
@@ -94,12 +94,12 @@
 cd '$(DIR)'; python2.4 '$(CURDIR)/debian/bin/patch.apply' --overwrite-home='$(CURDIR)/debian/patches'
 endef
 
-srcfiles := $(filter-out debian, $(wildcard * .[^.]*))
-$(STAMPS_DIR)/source: DIR=$(BUILD_DIR)/source
+$(STAMPS_DIR)/source: SOURCE_FILES = $(filter-out debian, $(wildcard * .[^.]*))
+$(STAMPS_DIR)/source: DIR = $(BUILD_DIR)/source
 $(STAMPS_DIR)/source:
 	rm -rf '$(DIR)'
 	mkdir -p '$(DIR)'
-	cp -al $(srcfiles) '$(DIR)'
+	cp -al $(SOURCE_FILES) '$(DIR)'
 	$(patch_cmd)
 	touch '$@'
 



More information about the Kernel-svn-changes mailing list