summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 11:12:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 11:12:15 +0000
commitcf647cea3d68e5298343294fc2c12e0c9a479778 (patch)
tree6e4cb1a4b0d1e3bd002449fb980d8445c9a7e68b /target
parentf11476c1811175b388f035c6b728b5dce66e054b (diff)
downloadbuildroot-novena-cf647cea3d68e5298343294fc2c12e0c9a479778.tar.gz
buildroot-novena-cf647cea3d68e5298343294fc2c12e0c9a479778.zip
- allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout
Diffstat (limited to 'target')
-rw-r--r--target/linux26.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux26.mk b/target/linux26.mk
index efd047406..87020d754 100644
--- a/target/linux26.mk
+++ b/target/linux26.mk
@@ -111,7 +111,7 @@ $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep: $(LINUX26_KERNEL)
rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/build
touch -c $@
-linux26-menuconfig: $(LINUX26_DIR)/.patched
+linux26-menuconfig: $(LINUX26_DIR)/.patched host-sed
[ -f $(LINUX26_DIR)/.config ] || cp $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config
$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) menuconfig
-[ -f $(LINUX26_DIR)/.config ] && touch $(LINUX26_DIR)/.configured