From 4668e42b904c505ff67817314247631c85872f52 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 31 May 2008 06:40:48 +0000 Subject: Makefile.kconfig: whitespace fix top-level Makefile.in: add TODO --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 92c6e9e50..9023024ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -309,6 +309,10 @@ include/bits: # configuration # --------------------------------------------------------------------------- extra/config/conf extra/config/mconf: include/bits +# TODO: this results in "make[1]: `conf' is up to date" printed +# on every rebuild, because extra/config/conf is already built +# on previous make run. Make it "test -x $@ || ..." (simple & a bit wrong) +# or "make -q -C extra/config $(notdir $@) || ..." (less readable)? $(Q)$(MAKE) -C extra/config $(notdir $@) menuconfig: extra/config/mconf include/bits -- cgit v1.2.3