Re: [kbuild-devel] Re: State of the new config build system

2002-01-01 Thread Kai Henningsen
[EMAIL PROTECTED] (Peter Samuelson) wrote on 31.12.01 in [EMAIL PROTECTED]: [Alan Cox] find $TOPDIR -name *.cf -exec cat {} \; Configure.help [Horst von Brand] cat `find $TOPDIR -name *.cf` Configure.help #;-) [Arnaldo Carvalho de Melo] whatever is faster, do

Re: [kbuild-devel] [PATCH] kbuild: Get rid of warnings in depmod + spl

2002-06-02 Thread Kai Henningsen
[EMAIL PROTECTED] (Sam Ravnborg) wrote on 31.05.02 in [EMAIL PROTECTED]: for (i = 0; i len; i++) { char c = name[i]; - if (isupper(c)) c = tolower(c); + if (isupper((int)c)) c = tolower((int)c); if (c == '_') c = '/'; pc[i] = c;

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-18 Thread Kai Henningsen
[EMAIL PROTECTED] (Greg Banks) wrote on 16.08.02 in [EMAIL PROTECTED]: No specific cases, but I was thinking that with your proposed syntax we'd have a large level of compatibility in both syntax and semantics between if_dep and dep_bool, much more so than with if and Incidentally,

Re: [kbuild-devel] Re: [patch] config language dep_* enhancements

2002-08-20 Thread Kai Henningsen
[EMAIL PROTECTED] (Greg Banks) wrote on 19.08.02 in [EMAIL PROTECTED]: In http://marc.theaimsgroup.com/?l=linux-kernelm=101387128818052w=2 David Woodhouse gives an idea of what would be necessary to get a new language+parser accepted. Can you achieve that yet? As for the idea of a new