CLFS ..Corrected trap for linux headers.. was still referencing llh

This commit is contained in:
George Boudreau 2006-06-16 22:59:42 +00:00
parent 839e8930da
commit 280c791be0

View file

@ -123,12 +123,12 @@ cross_tools_Makefiles() { #
# Adjust 'name' and patch a few scripts on the fly.. # Adjust 'name' and patch a few scripts on the fly..
case $name in case $name in
linux-libc) name=linux-libc-headers ;; linux-libc) name=linux-libc-headers ;;
linux) name=linux-headers ;;
esac esac
# #
# Find the version of the command files, if it corresponds with the building of a specific package # Find the version of the command files, if it corresponds with the building of a specific package
vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'` vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
#--------------------------------------------------------------------# #--------------------------------------------------------------------#
# >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<< # # >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<< #
#--------------------------------------------------------------------# #--------------------------------------------------------------------#