diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-20 16:40:39 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-20 16:40:39 +0000 |
| commit | 0df4d8ad7a1b675ead8dec70f291bfd4f3fd81fa (patch) | |
| tree | fbc44d189069e7fd532cd39c073218f3a30f5694 /Makefile | |
| parent | dd9059b3e9a1711d54c1d511a2cbb23e6e23f556 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -119,6 +119,16 @@ # For more information, see the build(7) manual page. # +# Include jobs.mk early if we need it. +# It will turn: +# make buildworld-jobs +# into +# make -j${JOB_MAX} buildworld > ../buildworld.log 2>&1 +# +.if make(*-jobs) +.include <jobs.mk> +.endif + .if defined(UNIVERSE_TARGET) || defined(MAKE_JUST_WORLDS) || defined(WITHOUT_KERNELS) __DO_KERNELS=no .endif |
