CLFS ..Corrected trap for linux headers.. was still referencing llh
This commit is contained in:
parent
839e8930da
commit
280c791be0
1 changed files with 1 additions and 1 deletions
|
@ -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 <<<<<<<< #
|
||||||
#--------------------------------------------------------------------#
|
#--------------------------------------------------------------------#
|
||||||
|
|
Reference in a new issue