Re: Linux 2.4.19-pre10-ac2

From: Keith Owens (kaos@ocs.com.au)
Date: Thu Jun 06 2002 - 07:51:31 EST


On Thu, 6 Jun 2002 11:11:09 +0100 (BST),
Matt Bernstein <matt@theBachChoir.org.uk> wrote:
>Since when was it OK to do a parallel make dep?

Arch dependent. Parallel make dep will generate incomplete output on
some architectures, mainly those that generate files at make dep time.
mkdep.c only adds .h files to .[h]depend if the file exists. With
parallel make dep the scanning of .c files can occur before the .h
files have been generated, resulting in an incomplete dependency tree.
Later changes may not rebuild everything that should be rebuilt.

Not a problem for kbuild 2.5 of course.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 07 2002 - 22:00:27 EST