From f50cd1662fd3527cc6e89bce03ba3d3c7b8cf3d1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Feb 2007 08:27:01 +0000 Subject: touchup new kconfig handling so we dont constantly rebuild --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4bf177076..a04e46256 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,8 +37,8 @@ include $(top_srcdir)extra/locale/Makefile.in include $(top_srcdir)libc/Makefile.in include/bits/uClibc_config.h: extra/config/conf .config - $(INSTALL) -d $(dir $@) - @$< -o $(top_srcdir)extra/Configs/Config.in + $(Q)$(INSTALL) -d $(dir $@) + $(Q)@$< -o $(top_srcdir)extra/Configs/Config.in # For the moment, we have to keep re-running this target # because the fix includes scripts rely on pre-processers @@ -293,7 +293,7 @@ include/bits: # configuration # --------------------------------------------------------------------------- extra/config/conf extra/config/mconf: include/bits - $(MAKE) -C extra/config $(notdir $@) + $(Q)$(MAKE) -C extra/config $(notdir $@) menuconfig: extra/config/mconf include/bits $(Q)./extra/config/mconf extra/Configs/Config.in -- cgit v1.2.3