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 '$@'
 

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to