mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Similar to r296013 for NO_ROOT, force SUBDIR_PARALLEL for buildworld WORLDTMP staging.
MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
0ec97ffc10
commit
cd19ecdbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ STANDALONE_SUBDIR_TARGETS+= \
|
||||||
maninstall manlint obj objlink
|
maninstall manlint obj objlink
|
||||||
|
|
||||||
# It is safe to install in parallel when staging.
|
# It is safe to install in parallel when staging.
|
||||||
.if defined(NO_ROOT)
|
.if defined(NO_ROOT) || !empty(SYSROOT)
|
||||||
STANDALONE_SUBDIR_TARGETS+= realinstall
|
STANDALONE_SUBDIR_TARGETS+= realinstall
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue