Changeset c552eab for LFS/master.sh


Ignore:
Timestamp:
09/14/2023 02:03:37 PM (10 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
9a89ba7
Parents:
200cc01
Message:

Always run "teardown" after chroot

If the shell exits with an error, teardown is not run in target
chroot, which may lead to unwanted effects, such as preventing
unmounting the $BUILD_DIR. Tell make to ignore the error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r200cc01 rc552eab  
    438438
    439439chroot1: devices
    440         sudo \$(CHROOT1)
     440        -sudo \$(CHROOT1)
    441441        \$(MAKE) teardown
    442442
    443443chroot: devices
    444         sudo \$(CHROOT1)
     444        -sudo \$(CHROOT1)
    445445        \$(MAKE) teardown
    446446
Note: See TracChangeset for help on using the changeset viewer.