add -J flag to limit race condition during build step

This commit is contained in:
James Millar 2018-01-26 14:15:45 -05:00
parent 92dcff24db
commit 8af0df0bf6

View File

@ -40,6 +40,7 @@ PKG_MAKE_OPTS_INIT="ARCH=$TARGET_ARCH \
HOSTCC=$HOST_CC \ HOSTCC=$HOST_CC \
CROSS_COMPILE=$TARGET_PREFIX \ CROSS_COMPILE=$TARGET_PREFIX \
KBUILD_VERBOSE=1 \ KBUILD_VERBOSE=1 \
MAKEFLAGS="-j1" \
install" install"
# nano text editor # nano text editor