fix builder

This commit is contained in:
Angell Fear
2010-09-20 21:18:54 +06:00
parent 58951e23d8
commit b0afbbbb1d
2 changed files with 1955 additions and 3 deletions

6
build
View File

@@ -9,7 +9,7 @@ export CROSS_COMPILE=arm-none-eabi-
dirbuild="`pwd`/out/`date +%F_%H-%M`" dirbuild="`pwd`/out/`date +%F_%H-%M`"
soucedir="`pwd`/kernel-2.6.33" soucedir="`pwd`/kernel-2.6.33"
mkder -f "`pwd`/out" mkdir -f "`pwd`/out"
mkdir ${dirbuild} mkdir ${dirbuild}
cd ${soucedir} cd ${soucedir}
@@ -36,9 +36,9 @@ cd ${soucedir}
if [ ! -f .config.debug ]; then if [ ! -f .config.debug ]; then
mv .config .config.debug mv .config .config.debug
fi fi
sed 's/\(\(.*\)DEBUG\(.*\)\)=[y0-9]/# \1 is not set/' .config.debug > .config #sed 's/\(\(.*\)DEBUG\(.*\)\)=[y0-9]/# \1 is not set/' .config.debug > .config
#cp .config.debug .config cp .config.debug .config
### make ### make

1952
kernel-2.6.33/.config Normal file

File diff suppressed because it is too large Load Diff