summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-23 16:36:04 +0200
committerUlf Samuelsson2007-09-23 16:36:04 +0200
commit8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce (patch)
tree96994d7aeef4b41925e3d61d118a0df5dd43b37a /Makefile
parentLate mtd does not support linux-2.4 (diff)
downloadbuildroot-8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce.tar.gz
buildroot-8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce.tar.xz
buildroot-8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce.zip
Ensure make %_defconfig works without error - now silently
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9db3be7d7..19ba26b5d 100644
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
%_defconfig: $(CONFIG)/conf
cp $(shell find ./target/ -name $@) .config
- - $(MAKE) oldconfig
+ -@$(MAKE) oldconfig
help:
@echo 'Cleaning:'