Changeset 3c38ab0 for common


Ignore:
Timestamp:
12/02/2006 10:11:32 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f3a7f3b
Parents:
e780eda
Message:

Adapted to clfs bootscript naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    re780eda r3c38ab0  
    6666     tcl) echo $(grep "^tcl" $JHALFSDIR/pkg_tarball_list | head -n1 )
    6767         ;;
     68     uClibc)
     69         if [[ "${PROGNAME}" = "clfs3" ]]; then
     70           echo $(grep "^uClibc-" $JHALFSDIR/pkg_tarball_list | head -n1 )
     71         else
     72           echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     73         fi
     74         ;;
    6875     linux-headers)
    6976         if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "hlfs" ]] ; then
Note: See TracChangeset for help on using the changeset viewer.