allow multiple options to be passed: ./linux.SlackBuild nconfig menuconfig

This commit is contained in:
Gwenhael Le Moine 2010-11-18 18:59:05 +07:00
parent 886eb48ee2
commit 827ffc0e99

View file

@ -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