From: Ulf Samuelsson Date: Sun, 23 Sep 2007 14:36:04 +0000 (-0000) Subject: Ensure make %_defconfig works without error - now silently X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce;p=buildroot.git Ensure make %_defconfig works without error - now silently --- diff --git a/Makefile b/Makefile index 9db3be7d7b..19ba26b5d3 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:'