From d205ab1a0d07f4192888b2427b34b860cb8cb94f Mon Sep 17 00:00:00 2001 From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Date: Mon, 21 Feb 2022 10:46:12 -0500 Subject: [PATCH] Manual.md: add documentation for XBPS_ORIG_MAKEJOBS documents the variable added in #34989 --- Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index d9081d023d1f..40b2321f7a25 100644 --- a/Manual.md +++ b/Manual.md @@ -604,7 +604,9 @@ patches to the package sources during `do_patch()`. Patches are stored in `srcpkgs//patches` and must be in `-p1` format. By default set to `-Np1`. - `disable_parallel_build` If set the package won't be built in parallel -and `XBPS_MAKEJOBS` has no effect. +and `XBPS_MAKEJOBS` will be set to 1. If a package does not work well with `XBPS_MAKEJOBS` +but still has a mechanism to build in parallel, set `disable_parallel_build` and +use `XBPS_ORIG_MAKEJOBS` (which holds the original value of `XBPS_MAKEJOBS`) in the template. - `make_check` Sets the cases in which the `check` phase is run. This option has to be accompanied by a comment explaining why the tests fail.