Ignore:
Timestamp:
02/28/2022 12:30:53 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
16cef03
Parents:
3faf067
Message:

Remove legacy: remove everything about HLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r3faf067 r978286a  
    8383         ;;
    8484     linux-headers)
    85          if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "hlfs" ]] || [[ "${PROGNAME}" = "clfs" ]]; then
     85         if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "clfs" ]]; then
    8686           # Uses kernel headers directly
    8787           echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     
    321321    clfs2 ) MOUNT_ENV="CLFS" ;;
    322322    clfs3 ) MOUNT_ENV="CLFS" ;;
    323     hlfs  ) MOUNT_ENV="HLFS" ;;
    324323    *) echo "undefined progname $PROGNAME"; exit 1 ;;
    325324  esac
Note: See TracChangeset for help on using the changeset viewer.