Changeset 31a37db for common


Ignore:
Timestamp:
10/15/2008 05:04:20 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d4bbfe2
Parents:
cc24cda
Message:

Correction made to allow CLFS to use kernel headers trac# 1681

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rcc24cda r31a37db  
    8181         ;;
    8282     linux-headers)
    83          if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "hlfs" ]] ; then
     83         if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "hlfs" ]] || [[ "${PROGNAME}" = "clfs" ]]; then
    8484           # Uses kernel headers directly
    8585           echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    8686         else
    87            # CLFS{,2,3} use massaged headers package
     87           # CLFS{2,3} use massaged headers package
    8888           echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    8989         fi
Note: See TracChangeset for help on using the changeset viewer.