allow multiple options to be passed: ./linux.SlackBuild nconfig menuconfig
This commit is contained in:
parent
886eb48ee2
commit
827ffc0e99
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if [ $CLEAN_SRC != "NO" ] || [ ! -e .config ] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make oldconfig $1
|
make oldconfig $*
|
||||||
make $NUMJOBS
|
make $NUMJOBS
|
||||||
make modules_install INSTALL_MOD_PATH=$PKG
|
make modules_install INSTALL_MOD_PATH=$PKG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue