diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-23 14:36:04 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-23 14:36:04 +0000 |
commit | 8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce (patch) | |
tree | 96994d7aeef4b41925e3d61d118a0df5dd43b37a | |
parent | 476a14f5b826440ad0ecccecebc5463f5d704a89 (diff) | |
download | buildroot-novena-8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce.tar.gz buildroot-novena-8820d63a13d68e7a1aee8fd41b3ef55ce86a82ce.zip |
Ensure make %_defconfig works without error - now silently
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:' |