Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Manual.md: add documentation for XBPS_ORIG_MAKEJOBS
@ 2022-02-21 15:46 classabbyamp
  2022-02-21 21:04 ` [PR REVIEW] " Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2022-02-21 15:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages patch-1
https://github.com/void-linux/void-packages/pull/35731

Manual.md: add documentation for XBPS_ORIG_MAKEJOBS
documents the variable added in #34989

A patch file from https://github.com/void-linux/void-packages/pull/35731.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-35731.patch --]
[-- Type: text/x-diff, Size: 1108 bytes --]

From fae693d3c1fd9152f8583451206506c158b6b1cb 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..948987599f35 100644
--- a/Manual.md
+++ b/Manual.md
@@ -604,7 +604,9 @@ patches to the package sources during `do_patch()`. Patches are stored in
 `srcpkgs/<pkgname>/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` has no effect. 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` instead.
 
 - `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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-22 16:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 15:46 [PR PATCH] Manual.md: add documentation for XBPS_ORIG_MAKEJOBS classabbyamp
2022-02-21 21:04 ` [PR REVIEW] " Chocimier
2022-02-22  0:20 ` [PR PATCH] [Updated] " classabbyamp
2022-02-22  0:21 ` [PR REVIEW] " classabbyamp
2022-02-22  6:34 ` [PR PATCH] [Updated] " classabbyamp
2022-02-22 16:54 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).