summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-02-16 21:34:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-02-16 21:34:50 +0000
commit8e808a54c257f5ffd4649b6be52b9a164c6c63d0 (patch)
tree39c86c5586ba71f4d382318de8a5b91bc09ee55d /include/kernel-build.mk
parent37f7976b59a60b59aa4d06beed93ec9a502fa64d (diff)
downloadmaster-31e0f0ae-8e808a54c257f5ffd4649b6be52b9a164c6c63d0.tar.gz
master-31e0f0ae-8e808a54c257f5ffd4649b6be52b9a164c6c63d0.tar.bz2
master-31e0f0ae-8e808a54c257f5ffd4649b6be52b9a164c6c63d0.zip
Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable
SVN-Revision: 19675
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r--include/kernel-build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 62140588d6..7c5d1fbe9c 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -106,7 +106,6 @@ define BuildKernel
$(_SINGLE)$(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@
$(SCRIPT_DIR)/kconfig.pl '>' $(if $(LINUX_SUBCONFIG),'+' $(GENERIC_LINUX_CONFIG) $(LINUX_CONFIG),$(GENERIC_LINUX_CONFIG)) \
$(LINUX_DIR)/.config > $(if $(LINUX_SUBCONFIG),$(LINUX_SUBCONFIG),$(LINUX_CONFIG))
- LC_ALL='' sort $(if $(LINUX_SUBCONFIG),$(LINUX_SUBCONFIG),$(LINUX_CONFIG)) -o $(if $(LINUX_SUBCONFIG),$(LINUX_SUBCONFIG),$(LINUX_CONFIG))
$(Kernel/Configure)
install: $(LINUX_DIR)/.image