From 8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 23 Sep 2007 14:36:04 +0000 Subject: Ensure make %_defconfig works without error - now silently --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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:' -- cgit v1.2.3-55-g7522