mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are
freestanding (they require libraries build via make libraries in buildworld) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
dc4ea824d4
commit
6b32ba6294
3 changed files with 6 additions and 0 deletions
|
|
@ -13,4 +13,6 @@ _zfs= zfs
|
|||
_zpool= zpool
|
||||
.endif
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
|
|
@ -26,4 +26,6 @@ _zstreamdump = zstreamdump
|
|||
.endif
|
||||
.endif
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
|
|
@ -46,4 +46,6 @@ _dtruss= dtruss
|
|||
_lockstat= lockstat
|
||||
.endif
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue