lkml.org 
[lkml]   [2002]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Disgusted with kbuild developers
Date
From
> It's not that simple, either.  You have to track the symbols that are
> *supposed* to be different between trees. The devil is in the details --
> and it's a big devil.

(Not tested but something like this ought to split them neatly out of
a master tree into the 2.4 format)

for i in $(find . -name "[Cc]onfig.in" -print)
do
grep CONFIG_ '$i'
done | sort -u |
while read x
do
grep -B1 -A200 '$x' MasterConfigHelpFile |
(
read A
read B
cat > frob
)
ed frob << 'FOO'
/^$
.,$d
wq
'FOO' >/dev/null
cat frob
done

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

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.166 / U:0.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site