Re: [ANNOUNCE] include dependency graph script

From: Keith Owens (kaos@ocs.com.au)
Date: Sat Dec 29 2001 - 22:55:30 EST


On Sun, 30 Dec 2001 01:30:33 -0200,
Arnaldo Carvalho de Melo <acme@conectiva.com.br> wrote:
> For the people that like me, Daniel Phillips and Manfred Spraul are
>working on pruning the include dependencies in the kernel sources I made a
>simple script to make a graphviz file to plot the dependencies in a nice
>graphic, its availabe at:
>
>http://www.kernel.org/pub/linux/kernel/people/acme/hviz

I suggest that you prune linux/config.h and autoconf.h from all graphs.
The dependency system does not depend directly on those files, instead
it depends on individual config options.

It makes more sense to list the individual config options that an
include file depends on, see the code in scripts/mkdep.c. Even then it
would be better to suppress the config options by default and only list
them when requested.

-
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 : Mon Dec 31 2001 - 21:00:22 EST