mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Turn off the parallel make options accidentally turned on by the previous
commit. Sigh. Noticed by: rdivacky
This commit is contained in:
parent
48a0e75812
commit
fc94457307
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG}
|
|||
# If you want to pass flags to the world build such as -j X, use
|
||||
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
|
||||
# builds via KERNEL_FLAGS.
|
||||
WORLD_FLAGS=-j4
|
||||
KERNEL_FLAGS=-j4
|
||||
#WORLD_FLAGS=-j4
|
||||
#KERNEL_FLAGS=-j4
|
||||
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
.if ${TARGET_ARCH} == ${MACHINE_ARCH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue