Changeset 84d0d39 for LFS/master.sh


Ignore:
Timestamp:
05/21/2022 05:07:38 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
55e82d2
Parents:
93814d1
Message:

Do not run "stripping" if STRIP=n during ICA

LFS/lfs.xsl does not generate correct commands for stripping if
STRIP=n. LFS/master.sh had already been corrected to not run
stripping if STRIP=n, but only for the first pass. Do this for
all passes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r93814d1 r84d0d39  
    5454    # - handle fstab and .config. Skip kernel if .config not supplied
    5555    case "${this_script}" in
    56       *strippingagain) [[ "${STRIP}" = "n" ]] && continue ;;
    57       *stripping)      [[ "${STRIP}" = "n" ]] && continue ;;
     56      *stripping*)     [[ "${STRIP}" = "n" ]] && continue ;;
    5857      *linux-headers*) [[ -n "$N" ]] && continue ;;
    5958      8*grub)          (( nb_chaps == 5 )) && continue ;;
Note: See TracChangeset for help on using the changeset viewer.