Changeset f5ecc28 for jhalfs


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
  • jhalfs

    r06eddf4 rf5ecc28  
    179179LOCAL=${LOCAL:=n}
    180180REALSBU=${REALSBU:=n}
     181SAVE_CH5=${SAVE_CH5:=n}
    181182
    182183if [[ "${NO_PROGRESS_BAR}" = "y" ]] ; then
     
    355356fi
    356357#
     358# save module
     359if [[ "$SAVE_CH5" = "y" ]]; then
     360  load_file "${COMMON_DIR}/libs/func_save.sh" 'Loading save module'
     361fi
     362#
    357363# optimize module
    358364if [[ "$OPTIMIZE" != "0" ]]; then
Note: See TracChangeset for help on using the changeset viewer.