Le jeu 03/10/2002 à 04:59, Kai Germaschewski a écrit : > > 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 > > make -C subdir > > to > > make -f subdir/Makefile
Could you do instead: include subdir/Makefile ? This would avoid recursive make, which isn't really a good idea (even if it's used widely). Here is a good agument about that: http://www.cse.iitb.ac.in/~soumen/teach/cs699a1999/make.html ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel