debian/rules.real: Make sure output directory for config exists.

svn path=/dists/trunk/linux/; revision=19548
This commit is contained in:
Bastian Blank 2012-11-27 18:23:39 +00:00
parent d1b40d0fd7
commit ae1dc30ab8
1 changed files with 1 additions and 0 deletions

1
debian/rules.real vendored
View File

@ -73,6 +73,7 @@ setup-flavour: $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
source-featureset: $(STAMPS_DIR)/source_$(FEATURESET)
$(BUILD_DIR)/config.$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(KCONFIG)
mkdir -p '$(dir $@)'
python debian/bin/kconfig.py '$@' $(KCONFIG) $(KCONFIG_OPTIONS)
define copy_source