Parallelize building gnu/usr.bin/groff
This speeds up building the directory from the bootstrap-tools stage in buildworld as well as building from the subdirectory Based on a patch submitted via -arch: https://lists.freebsd.org/pipermail/freebsd-arch/2014-December/016493.html MFC after: 1 week Submitted by: Jia-Shiun Li <jiashiun@gmail.com> Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
34961f407d
commit
e92bda2e4b
@ -2,4 +2,8 @@
|
||||
|
||||
SUBDIR= contrib doc font man src tmac
|
||||
|
||||
.for subdir in ${SUBDIR:Nsrc}
|
||||
SUBDIR_DEPEND_${subdir}= src
|
||||
.endfor
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,10 @@
|
||||
|
||||
SUBDIR= libs devices preproc roff utils
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.for subdir in ${SUBDIR:Nlibs}
|
||||
SUBDIR_DEPEND_${subdir}= libs
|
||||
.endfor
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
SUBDIR= grodvi grohtml grolbp grolj4 grops grotty
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
SUBDIR= libgroff libdriver libbib
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
SUBDIR= eqn grn html pic refer soelim tbl
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
SUBDIR= groff grog nroff psroff troff
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
SUBDIR= addftinfo afmtodit hpftodit indxbib lkbib lookbib pfbtops tfmtodit
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user