Skip to content

Commit

Permalink
Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applicat…
Browse files Browse the repository at this point in the history
…ions are

freestanding (they require libraries build via make libraries in buildworld)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
  • Loading branch information
ngie-eign committed May 20, 2015
1 parent 22e6920 commit 2889844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cddl/sbin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ _zfs= zfs
_zpool= zpool
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>
2 changes: 2 additions & 0 deletions cddl/usr.bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ _zstreamdump = zstreamdump
.endif
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>
2 changes: 2 additions & 0 deletions cddl/usr.sbin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ _dtruss= dtruss
_lockstat= lockstat
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>

0 comments on commit 2889844

Please sign in to comment.