mkdep bug: creates too many dependencies

Peter Moulder (reiter@netspace.net.au)
06 Feb 1998 09:15:45 +1100


I don't know who's the best person to send this report to, but:

mkdep.c doesn't honour #if when calculating dependencies.

E.g.

#ifndef __KERNEL__
# include <false_positive.h>
#endif

Incidentally, mkdep.c also misparses

# /**/ include <false_negative.h>

but don't fix this bug until the first one is fixed (if at all) :) .

pjm.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu