Changeset f5ecc28 for LFS


Ignore:
Timestamp:
05/01/2020 02:24:32 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
38016d5
Parents:
06eddf4
Message:

Add code to save work at the end of chapter 5
(and finish the rebuild-makefile change)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r06eddf4 rf5ecc28  
    101101# For vanilla lfs, the "changingowner" script should be run as root. So
    102102# it belongs to the "SUDO" target, with list in the "runasroot" variable.
    103 # For new lfs, changingowner and kernfs are in "runsaroot", then the following,
     103# For new lfs, changingowner and kernfs are in "runasroot", then the following,
    104104# starting at creatingdirs, are in the "CHROOT" target, in variable "chapter6".
    105105# Makefile_target records the variable, not really the target!
     
    442442  chapter4_Makefiles
    443443  chapter5_Makefiles
     444  # Add the save target, if needed
     445  [[ "$SAVE_CH5" = "y" ]] && wrt_save_target $Makefile_target
    444446  chapter6_Makefiles
    445447  # Add the iterations targets, if needed
Note: See TracChangeset for help on using the changeset viewer.