Re: [PATCH] BUG() disassembly tweak

Keith Owens (kaos@ocs.com.au)
Sat, 11 May 2002 10:00:13 +1000


On Fri, 10 May 2002 15:58:16 -0700,
Andrew Morton <akpm@zip.com.au> wrote:
>Well given that kbuild-2.5 has a single makefile running
>out of $(TOPDIR), it _should_ be chopping the absolute
>pathname out of the include path and the .c path:
>
> gcc -I include drivers/net/foo.c
>
>There will be no starting-with-slash __FILE__s in the output of
>this command.

Separate source and object. Multiple source trees to support
additional drivers, filesystems etc. kbuild 2.5 runs in the object
directory, reading from the source directories. Path names are
absolute.

-
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/