Subject: re: Auto creating depend files
To: David Laight <david@l8s.co.uk>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 12/15/2003 09:33:06
This means that incorrect dependencies are used the first time a source
file is rebuilt, but after that they self correct. It also completely
removes the need for a 'make depend' pass.
i think this is actually a step backwards. we may lose the make depend
step, but we gain incorrectness... now i have to run 'make all' twice
to be sure, which is _way_ slower than 'make dependall' once.
.mrg.