[kbuild-devel] Re: KBUILD_SRCTREE_xxx proposal

2002-01-05 Thread Giacomo A. Catenazzi
Keith Owens wrote: > > On Fri, 04 Jan 2002 16:42:02 +0100, > "Giacomo A. Catenazzi" <[EMAIL PROTECTED]> wrote: > >I have some problem with the KBUILD_SRCTREE, and > >reading the kbuild-2.5 makefile and the CML2, I > >think I'm not alone. > > What problem are you trying to solve? I don't like so

[kbuild-devel] CML2-2.0.0 is available -- major release announcement

2002-01-05 Thread Eric S. Raymond
The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 2.0.0: Sat Jan 5 13:30:28 EST 2002 * Added autoconfigurator.py derived from Giacomo Catenazzi's bash script. Combining this with CML2's rulebase knowledge allows us to eliminate huge n

[kbuild-devel] CML2-2.0.1 -- brown-paper-bag-bug fix

2002-01-05 Thread Eric S. Raymond
The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 2.0.1: Sat Jan 5 18:41:47 EST 2002 * The now-traditional fix for the now-traditional brown-paper-bag major release. * Rulebase and help sync with 2.4.18-pre1/2.5.2-pre8. Sigh...I don't k

[kbuild-devel] Re: KBUILD_SRCTREE_xxx proposal

2002-01-05 Thread Keith Owens
On Sat, 05 Jan 2002 09:26:49 +0100, "Giacomo A. Catenazzi" <[EMAIL PROTECTED]> wrote: >To give the multiple sources tree to gcc you use a for(i=0,i<=999,i++). I don't see what you are worrying about. The only code that loops over the source trees is in the pre-processor code and an awk script t

[kbuild-devel] CML2 2.0 Errors

2002-01-05 Thread Colin Slater
I've been playing with a shiny new 2.4.17 kernel with CML2 2.0, under Redhat 7.1. The python binary is python 1.5, so i changed the top line of autoconfigure.py, cmlcompile.py, cmlconfigure.py, configtrans.py and kxref.py to use python2. Unfortunatly it didn't run quite properly, so here are som

Re: [kbuild-devel] CML2 2.0 Errors

2002-01-05 Thread Eric S. Raymond
Colin Slater <[EMAIL PROTECTED]>: > Line 170, python complains about a continue statement embedded in a try > block. I replaced the continue with 'raise DIENOW', and changed the > matching except statement to 'except IOError,DIENOW:'. I can't say if > this realy works, but it eliminates the error