lkml.org 
[lkml]   [2003]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Linux 2.5.59
Date
On Freitag, 17. Januar 2003 17:55, John Cherry wrote:

...
> Compile statistics have been for kernel releases from 2.5.46 to 2.5.59
> at: www.osdl.org/archive/cherry/stability

think on old oldconfigs:

--- compregress.sh.old 2003-01-18 04:49:26.000000000 +0100
+++ compregress.sh 2003-01-18 04:51:17.000000000 +0100
@@ -231,18 +231,16 @@

if [ $HAS_OLDCONFIG == 1 ]; then
printf " Making bzImage (oldconfig): "
+ STR="\n"
for x in 1 2 3 4 5 6 7 8 9 10; do
- echo "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp_return
+ STR="$STR$STR"
done
- STR=`cat tmp_return`
- rm -f tmp_return

test -f .config && cp -f .config .config.bak
make mrproper > /dev/null 2>&1
test -f .config.bak && mv .config.bak .config

echo -e $STR | make oldconfig &> /dev/null
- echo -e $STR | make oldconfig &> /dev/null
make dep >> $KERNEL_OLDCONFIG 2>&1
make $MAKEOPT bzImage >> $KERNEL_OLDCONFIG 2>&1
WARN_COUNT=`egrep "warning:" $KERNEL_OLDCONFIG | wc -l`
-
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:32    [W:0.073 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site