[uClinux-dev] How about avoiding generate "config.in" every time run "make menuconfig"?

Mike Frysinger vapier.adi at gmail.com
Tue Jan 16 22:54:24 EST 2007


On 1/16/07, David McCullough <david_mccullough at au.securecomputing.com> wrote:
> You may be able to do it better by generating a proper dependancy on
> the appropriate vendors/*/*/config.arch files.  Then it would be correct
> and faster ;-)

well, you'd need stop declaring it as a PHONY target and you'd need to
wildcard the kernel and libc dirs as well ...

config.in: $(wildcard vendors/*/*/config.arch) $(wildcard linux-*) ...

but even that wouldnt be fool proof as comparing the timestamps on the
directory itself relative to the config.in may be worthless ...
-mike


More information about the uClinux-dev mailing list