Changeset 160e72c for chapter06/createfiles.xml
- Timestamp:
- 05/27/2020 07:51:55 AM (4 years ago)
- Branches:
- multilib-10.1
- Children:
- 777c890
- Parents:
- e65cc63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/createfiles.xml
re65cc63 r160e72c 56 56 do 57 57 ln -svf /tools/include/$incdir /usr/include 58 done</userinput></screen> 58 done 59 60 mkdir -pv /tools/lib/locale 61 ln -sv /usr/lib/locale/locale-archive /tools/lib/locale</userinput></screen> 59 62 60 63 <para arch="ml_32,ml_all">32-bit builds also require these links:</para> … … 220 223 wrong references to /tools. The uuid library is also needed for 221 224 building a python module.</para> 225 </listitem> 226 </varlistentry> 227 228 <varlistentry> 229 <term> 230 <parameter> 231 <filename>/tools/lib/locale/locale-archive</filename> 232 </parameter> 233 </term> 234 <listitem> 235 <para>Some programs built in chapter 5 look for installed 236 locale descriptions in this file. The locale descriptions will be 237 installed in <filename>/usr/lib/locale/locale-archive</filename> 238 after building the final glibc. The symlink allows those programs 239 to use the installed locales.</para> 222 240 </listitem> 223 241 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.