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

Bastian Blank waldi at alioth.debian.org
Wed May 28 22:12:24 UTC 2008


Author: waldi
Date: Wed May 28 22:12:23 2008
New Revision: 11471

Log:
debian/rules.real: Create stamps dir in source rule also.


Modified:
   dists/trunk/linux-2.6/debian/rules.real

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	Wed May 28 22:12:23 2008
@@ -84,7 +84,7 @@
 $(STAMPS_DIR)/source: DIR = $(BUILD_DIR)/source
 $(STAMPS_DIR)/source:
 	rm -rf '$(DIR)'
-	mkdir -p '$(DIR)'
+	mkdir -p '$(DIR)' $(STAMPS_DIR)
 	cp -al $(SOURCE_FILES) '$(DIR)'
 	$(patch_cmd)
 	touch '$@'



More information about the Kernel-svn-changes mailing list