don't auto-save config
This commit is contained in:
parent
0432290473
commit
75a5167895
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fi
|
||||||
|
|
||||||
make oldconfig $*
|
make oldconfig $*
|
||||||
|
|
||||||
[ ! -e $CWD/config-$VERSION ] && cp .config $CWD/config-$VERSION
|
# [ ! -e $CWD/config-$VERSION ] && cp .config $CWD/config-$VERSION
|
||||||
|
|
||||||
make $NUMJOBS
|
make $NUMJOBS
|
||||||
make modules_install INSTALL_MOD_PATH=$PKG
|
make modules_install INSTALL_MOD_PATH=$PKG
|
||||||
|
|
Loading…
Reference in a new issue