FreeBSD Bugzilla – Attachment 255010 Details for
Bug 277269
[nanoBSD] setting NANO_PMAKE in defaults.sh renders setting NANO_NCPU in config useless
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nanobsd: Fix parallel make
0001-nanobsd-Fix-parallel-make.patch (text/plain), 1.05 KB, created by
embhd
on 2024-11-07 17:42:41 UTC
(
hide
)
Description:
nanobsd: Fix parallel make
Filename:
MIME Type:
Creator:
embhd
Created:
2024-11-07 17:42:41 UTC
Size:
1.05 KB
patch
obsolete
>From 7e00d0fddfcbc037279918ac28efaac5e1ce3f40 Mon Sep 17 00:00:00 2001 >From: Michael <embhd@posteo.de> >Date: Thu, 7 Nov 2024 18:29:31 +0100 >Subject: [PATCH] nanobsd: Fix parallel make > >--- > tools/tools/nanobsd/defaults.sh | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh >index 55314d7ef78..7f96c216349 100755 >--- a/tools/tools/nanobsd/defaults.sh >+++ b/tools/tools/nanobsd/defaults.sh >@@ -67,7 +67,7 @@ NANO_PKG_META_BASE=/var/db > # Make & parallel Make > NANO_MAKE="make" > NANO_NCPU=$(sysctl -n hw.ncpu) >-NANO_PMAKE="make -j $NANO_NCPU" >+NANO_PMAKE="" # "${NANO_MAKE} -j ${NANO_NCPU}" > > # The default name for any image we create. > NANO_IMGNAME="_.disk.full" >@@ -889,6 +889,7 @@ set_defaults_and_export ( ) { > : ${NANO_DISKIMGDIR:=${NANO_OBJ}} > : ${NANO_WORLDDIR:=${NANO_OBJ}/_.w} > : ${NANO_LOG:=${NANO_OBJ}} >+ : ${NANO_PMAKE:="${NANO_MAKE} -j ${NANO_NCPU}"} > NANO_MAKE_CONF_BUILD=${MAKEOBJDIRPREFIX}/make.conf.build > NANO_MAKE_CONF_INSTALL=${NANO_OBJ}/make.conf.install > >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277269
:
248702
|
255003
|
255004
| 255010