> I don't care about the bloat: I care about the compile time exploding
> because every file is different in different trees, due to the
> filename strings.
>
> It'd be very nice to have a solution to this, and I'll keep sending
> patches to Linus until he applies them or says "no do it this way".
Well, a way to work around this would be to replace
-I$(TOPDIR)/include
with
-I../../include
on the command line, I suppose, with the right amount of "../". A bit
hackish, but it should do.
--Kai
-
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/