Fix kconfig.ml call in rules.real

svn path=/dists/trunk/linux-2.6/; revision=5156
This commit is contained in:
Frederik Schüler 2005-12-31 14:14:44 +00:00
parent 1a2ab16518
commit 1a6b18d7be
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,9 +1,12 @@
linux-2.6 (2.6.15-0) UNRELEASED; urgency=low
linux-2.6 (2.6.14+2.6.15-rc7-0experimental.2) UNRELEASED; urgency=low
[ Kyle McMartin ]
* Snag latest hppa.diff from cvs.parisc-linux.org.
* Update configs for 2.6.15.
[ Frederik Schüler ]
* Fix kconfig.ml call in rules.real.
-- Kyle McMartin <kyle@debian.org> Fri, 30 Dec 2005 22:48:40 -0500
linux-2.6 (2.6.14+2.6.15-rc7-0experimental.1) experimental; urgency=low

2
debian/rules.real vendored
View File

@ -93,7 +93,7 @@ ifneq ($(SUBARCH),none)
endif
$(BUILD_DIR)/config.$(ARCH)-$(SUBARCH)-$(FLAVOUR): $(basedir)/config.$(FLAVOUR) $(config_common)
@echo "Generating configuration file $@:"
debian/bin/kconfig.ml -ba -b "$(basedir)" -a "$(ARCH)" -s "$(SUBARCH)" -f "$(FLAVOUR)" > '$@'
ocaml debian/bin/kconfig.ml -ba -b "$(basedir)" -a "$(ARCH)" -s "$(SUBARCH)" -f "$(FLAVOUR)" > '$@'
$(BUILD_DIR)/linux-source-$(UPSTREAM_VERSION).tar.bz2: SOURCE_DIR=$(BUILD_DIR)/source
$(BUILD_DIR)/linux-source-$(UPSTREAM_VERSION).tar.bz2: DIR = $(BUILD_DIR)/linux-source-$(UPSTREAM_VERSION)