[jhalfs] 01/02: Prevent parallelism in the master Makefile
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit fd90f80466a13bb094b7d4f0a8c7c3ddc6650f3d Author: Pierre Labastie <[email protected]> AuthorDate: Fri Nov 4 13:18:11 2022 +0100 Prevent parallelism in the master Makefile --- LFS/master.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index f83bafb..ba06e7e 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -287,10 +287,12 @@ build_Makefile() { # done # Drop in the main target 'all:' and the chapter targets with each sub-target - # as a dependency. + # as a dependency. Also prevent running targets in parallel. ( cat << EOF +.NOTPARALLEL: + all: ck_UID ck_terminal mk_SETUP mk_LUSER mk_SUDO mk_CHROOT mk_BOOT create-sbu_du-report mk_BLFS_TOOL mk_CUSTOM_TOOLS @sudo env LFS=\$(MOUNT_PT) kernfs-scripts/teardown.sh EOF -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page