Changeset 9d665db for LFS


Ignore:
Timestamp:
02/28/2022 12:45:00 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
7f25c70
Parents:
e3f41e33
Message:

Remove legacy: remove tests in temporary tools

There is no way to run them now since we are in a cross build
configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    re3f41e33 r9d665db  
    4747
    4848    # Some scripts need peculiar actions:
    49     # - glibc chap 5: fix locales creation when running chapter05 testsuites
    5049    # - Stripping at the end of system build: lfs.xsl does not generate
    5150    #   correct commands if the user does not want to strip, so skip it
     
    5554    # - handle fstab and .config. Skip kernel if .config not supplied
    5655    case "${this_script}" in
    57       5*glibc)         [[ "${TEST}" = "3" ]] && \
    58                        sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;;
    5956      *strippingagain) [[ "${STRIP}" = "n" ]] && continue ;;
    6057      *stripping)      [[ "${STRIP}" = "n" ]] && continue ;;
Note: See TracChangeset for help on using the changeset viewer.