Changeset 3513
- Timestamp:
- 12/14/07 13:30:09 (10 months ago)
- Files:
-
- jhalfs/trunk/CLFS3/clfs3.xsl (modified) (1 diff)
- jhalfs/trunk/common/libs/func_check_version.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jhalfs/trunk/CLFS3/clfs3.xsl
r3391 r3513 102 102 </xsl:when> 103 103 <!-- Select Endian level for uClibc --> 104 <!-- 104 105 <xsl:when test="$endian='xbig' and contains(string(),'LITTLE_ENDIAN')"/> 105 106 <xsl:when test="$endian='xlittle' and contains(string(),'BIG_ENDIAN')"/> 107 --> 106 108 <!-- Setting $LANG for /etc/profile --> 107 109 <xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and jhalfs/trunk/common/libs/func_check_version.sh
r3471 r3513 77 77 check_prerequisites() { # 78 78 #----------------------------# 79 80 # Avoid translation of version strings 81 local LC_ALL=C 82 export LC_ALL 79 83 80 84 # LFS/HLFS/CLFS prerequisites
