From 986445a6231c1c8d5802b5ca726c9ca2ef9878fe Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 11 Sep 2007 00:14:37 +0000 Subject: [PATCH] properly clean up after kernel_{old,menu}config SVN-Revision: 8737 --- include/kernel-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 8d8a587bdd..3b767c382b 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -77,10 +77,10 @@ define BuildKernel $(MAKE) -C image compile TARGET_BUILD= oldconfig menuconfig: $(STAMP_PREPARED) FORCE - $(Kernel/Configure) $(LINUX_CONFCMD) > $(LINUX_DIR)/.config $(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@ $(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG) + $(Kernel/Configure) install: $(LINUX_DIR)/.image TARGET_BUILD="" $(MAKE) -C image compile install