Changeset bdb0761 for LFS


Ignore:
Timestamp:
04/08/2020 08:37:54 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
31a9b14
Parents:
709eb74
Message:

Run "Cleaning up" page in ICA iterations too: it allows to remove .la and some .a
files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r709eb74 rbdb0761  
    251251
    252252    # Find the tarball corresponding to our script.
    253     # If it doesn't exist, we skip it in iterations rebuilds (except stripping).
     253    # If it doesn't exist, we skip it in iterations rebuilds (except stripping
     254    # and revisedchroot, where .a and .la files are removed).
    254255    pkg_tarball=$(sed -n 's/tar -xf \(.*\)/\1/p' $file)
    255256    pkg_version=$(sed -n 's/VERSION=\(.*\)/\1/p' $file)
     
    257258    if [[ "$pkg_tarball" = "" ]] && [[ -n "$N" ]] ; then
    258259      case "${this_script}" in
    259         *stripping*) ;;
     260        *stripping*|*revised*) ;;
    260261        *)  continue ;;
    261262      esac
Note: See TracChangeset for help on using the changeset viewer.