Changeset 608fbe1 for common/libs


Ignore:
Timestamp:
02/09/2012 10:58:45 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d7390a5
Parents:
5267879
Message:

Fix various issues when building CLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r5267879 r608fbe1  
    7272     tcl) echo $(grep "^tcl" $JHALFSDIR/pkg_tarball_list | head -n1 )
    7373         ;;
     74     iputils) echo $(grep "^iputils" $JHALFSDIR/pkg_tarball_list | head -n1 )
     75         ;;
    7476     powerpc-utils) echo $(grep "^powerpc-utils" $JHALFSDIR/pkg_tarball_list | head -n1 )
    7577         ;;
     
    8688           echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    8789         else
    88            # CLFS{2,3} use massaged headers package
    89            echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     90           # CLFS{2,3} used to use massaged headers package
     91           # echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     92           echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    9093         fi
    9194         ;;
    9295     expect) echo $(grep "^expect" $JHALFSDIR/pkg_tarball_list | head -n1 )
     96         ;;
     97     e2fsprogs-libs) echo $(grep "^e2fsprogs" $JHALFSDIR/pkg_tarball_list | head -n1 )
     98         ;;
     99     util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
    93100         ;;
    94101     xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 )
Note: See TracChangeset for help on using the changeset viewer.