From: Bernhard Reutner-Fischer Date: Fri, 27 Jul 2007 14:16:00 +0000 (-0000) Subject: - remove passing down the goals X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb2c8fec6cec762b2163ac373385bd872bef418b;p=buildroot.git - remove passing down the goals --- diff --git a/Makefile b/Makefile index f069777975..c90c5f2f03 100644 --- a/Makefile +++ b/Makefile @@ -306,14 +306,12 @@ HOSTCFLAGS=$(CFLAGS_FOR_BUILD) export HOSTCFLAGS $(CONFIG)/conf: - $(MAKE) CC="$(HOSTCC)" MAKECMDGOALS="$(MAKECMDGOALS)" \ - -C $(CONFIG) conf + $(MAKE) CC="$(HOSTCC)" -C $(CONFIG) conf -@if [ ! -f .config ] ; then \ cp $(CONFIG_DEFCONFIG) .config; \ fi $(CONFIG)/mconf: - $(MAKE) CC="$(HOSTCC)" MAKECMDGOALS="$(MAKECMDGOALS)" \ - -C $(CONFIG) conf mconf + $(MAKE) CC="$(HOSTCC)" -C $(CONFIG) conf mconf -@if [ ! -f .config ] ; then \ cp $(CONFIG_DEFCONFIG) .config; \ fi