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