Re: [kbuild-devel] [PATCH] auto-include Rules.make

2002-10-02 Thread Kai Germaschewski
On Wed, 2 Oct 2002, Peter Samuelson wrote: Almost all kernel makefiles have to include $(TOPDIR)/Rules.make explicitly. 3/4 of the time, this is done at the end of the file. This patch lets you omit the include line in that case. (You still to include Rules.make explicitly if you have

[kbuild-devel] Re: RfC: Don't cd into subdirs during kbuild

2002-10-02 Thread Andreas Dilger
On Oct 02, 2002 21:59 -0500, Kai Germaschewski wrote: The build process remains recursive, but it changes the recursion from make -C subdir to make -f subdir/Makefile i.e. the current working directory remains the top dir for all times. So gcc/ld/.. are now called from the

[kbuild-devel] RfC: Don't cd into subdirs during kbuild

2002-10-02 Thread Kai Germaschewski
Hi, I'd appreciate to get comments on the appended patch. It's mostly cleanups and the like, but the interesting part is the last cset, which is actually fairly small: 14 files changed, 64 insertions(+), 47 deletions(-) The build process remains recursive, but it changes the recursion from