Changeset 200cc01 for LFS/master.sh


Ignore:
Timestamp:
09/12/2023 08:58:55 PM (10 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
c552eab
Parents:
aceacf2
Message:

All the targets after mk_SUDO depend on "devices"

Now that devices.sh can be run even if the fs are already mounted
all the targets after mounting the virtual kernel fs can depend
on "devices". This way, if for some reason a partial build is
restarted after a reboot, the virtual kernel fs are automatically
re-mounted.

Fixes #1737

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    raceacf2 r200cc01  
    369369        @touch \$@
    370370
    371 mk_CHROOT: mk_SUDO
     371mk_CHROOT: mk_SUDO devices
    372372        @\$(call echo_CHROOT_request)
    373373        @( sudo \$(CHROOT1) -c "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) CHROOT")
    374374        @touch \$@
    375375
    376 mk_BOOT: mk_CHROOT
     376mk_BOOT: mk_CHROOT devices
    377377        @\$(call echo_CHROOT_request)
    378378        @( sudo \$(CHROOT1) -c "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) BOOT")
    379379        @touch \$@
    380380
    381 mk_BLFS_TOOL: create-sbu_du-report
     381mk_BLFS_TOOL: create-sbu_du-report devices
    382382        @if [ "\$(ADD_BLFS_TOOLS)" = "y" ]; then \\
    383383          \$(call sh_echo_PHASE,Building BLFS_TOOL); \\
     
    386386        @touch \$@
    387387
    388 mk_CUSTOM_TOOLS: mk_BLFS_TOOL
     388mk_CUSTOM_TOOLS: mk_BLFS_TOOL devices
    389389        @if [ "\$(ADD_CUSTOM_TOOLS)" = "y" ]; then \\
    390390          \$(call sh_echo_PHASE,Building CUSTOM_TOOLS); \\
Note: See TracChangeset for help on using the changeset viewer.