xbps-triggers: run make scripts with all cores
also, use `yes` to not get stuck on prompts (happened with CONFIG_GCC_PLUGINGS).
This commit is contained in:
@@ -72,7 +72,7 @@ add_modules() {
|
|||||||
fi
|
fi
|
||||||
if [ ! -f ${f}/build/scripts/basic/fixdep ] ; then
|
if [ ! -f ${f}/build/scripts/basic/fixdep ] ; then
|
||||||
echo -n "Building scripts for kernel-${_kver}... "
|
echo -n "Building scripts for kernel-${_kver}... "
|
||||||
make -C ${f}/build scripts &> ${f}/build/make.log
|
yes "" | make -C -j$(nproc) ${f}/build scripts > ${f}/build/make.log 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "done."
|
echo "done."
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.113
|
version=0.113
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The XBPS triggers for Void Linux"
|
short_desc="The XBPS triggers for Void Linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user