aboutsummaryrefslogtreecommitdiffstats
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
commita2db2d877341ddfa099fc6f4a6b19dd198057cec (patch)
tree35a4761b4267002d9ba5a9fb881e07b4034659cb /include/kernel-build.mk
parentb5e32ad33ebd198a4862167d69695a3c24db87cf (diff)
downloadmaster-187ad058-a2db2d877341ddfa099fc6f4a6b19dd198057cec.tar.gz
master-187ad058-a2db2d877341ddfa099fc6f4a6b19dd198057cec.tar.bz2
master-187ad058-a2db2d877341ddfa099fc6f4a6b19dd198057cec.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19675 3c298f89-4303-0410-b956-a3cf2f4a3e73
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