[kernel] r19115 - dists/sid/linux/debian

Ben Hutchings benh at alioth.debian.org
Sun Jun 10 02:19:04 UTC 2012


Author: benh
Date: Sun Jun 10 02:19:02 2012
New Revision: 19115

Log:
Restore a necessary mkdir dropped by the previous change

Modified:
   dists/sid/linux/debian/rules.real

Modified: dists/sid/linux/debian/rules.real
==============================================================================
--- dists/sid/linux/debian/rules.real	Sun Jun 10 02:14:51 2012	(r19114)
+++ dists/sid/linux/debian/rules.real	Sun Jun 10 02:19:02 2012	(r19115)
@@ -104,6 +104,7 @@
 
 $(STAMPS_DIR)/source_none: DIR=$(BUILD_DIR)/source_none
 $(STAMPS_DIR)/source_none: $(STAMPS_DIR)/source
+	mkdir -p '$(BUILD_DIR)'
 	rm -f '$(DIR)'
 	ln -s '$(CURDIR)' '$(DIR)'
 	@$(stamp)



More information about the Kernel-svn-changes mailing list