Changeset fd90f80 for LFS/master.sh


Ignore:
Timestamp:
11/04/2022 12:18:11 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
35f6261
Parents:
262e174
Message:

Prevent parallelism in the master Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r262e174 rfd90f80  
    288288
    289289  # Drop in the main target 'all:' and the chapter targets with each sub-target
    290   # as a dependency.
    291 (
    292     cat << EOF
     290  # as a dependency. Also prevent running targets in parallel.
     291(
     292    cat << EOF
     293
     294.NOTPARALLEL:
    293295
    294296all:    ck_UID ck_terminal mk_SETUP mk_LUSER mk_SUDO mk_CHROOT mk_BOOT create-sbu_du-report mk_BLFS_TOOL mk_CUSTOM_TOOLS
Note: See TracChangeset for help on using the changeset viewer.