Changeset dc7fd7b for LFS/master.sh


Ignore:
Timestamp:
01/12/2018 07:04:19 PM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2e1c1c3
Parents:
5637b53
Message:

Add .la file removal to LFS and BLFS scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r5637b53 rdc7fd7b  
    8686#      *dejagnu)   [[ "${TEST}" = "0" ]] && continue ;;
    8787#      *check)     [[ "${TEST}" = "0" ]] && continue ;;
    88       *stripping) [[ "${STRIP}" = "n" ]] && continue ;;
     88# We now do that in LFS.xsl, because stripping.xml contains other cleaning
     89# instructions
     90#      *stripping) [[ "${STRIP}" = "n" ]] && continue ;;
    8991      *glibc)     [[ "${TEST}" = "3" ]] && \
    9092                  sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;;
Note: See TracChangeset for help on using the changeset viewer.