On Wed, 27 Sep 2000, Christoph Hellwig wrote:
> this patch converts the Makefiles in the drivers, net and fs subdirectories
> to the new list-style syntax. The format for subdirectories is new and
> has been discussed on linux-kbuild. The only link-order change by this
> patch is that the cdrom/ subdirectory of drivers/ is now more at the beginning
> because it is always entered (this simplyfies the Makefile).
> 
> 726 lines removed
> 209 lines added

Cool.  Once all the makefiles are 95% new-style (there will always be
oddball special case rules and dependencies), it shouldn't be too hard
to whip up a proggie which slurps all the Makefiles and spits out
one-big-Makefile.  With that, make gets a full picture of dependencies,
and parallel makes are much more sane.

        Jeff




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to