Changeset 3b4eb18 for BOOK/final-system/multilib
- Timestamp:
- Jun 28, 2006, 10:21:31 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e94048f
- Parents:
- 048cd1f
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/bzip2-64bit.xml
r048cd1f r3b4eb18 46 46 xpointer="xpointer(//*[@os='p6'])"/> 47 47 48 <para os="m1">We need to remove the tests since they won't work on 49 a multi-architecture build, and change the default lib path 48 <para os="m1">We need to change the default lib path 50 49 to <filename class="directory">lib64</filename>:</para> 51 50 52 <screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \ 53 -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen> 51 <screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen> 54 52 55 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/bzip2-n32.xml
r048cd1f r3b4eb18 23 23 <title>Installation of Bzip2</title> 24 24 25 <para os="m1">We need to remove the tests since they won't work on 26 a multi-architecture build, and change the default lib path 25 <para os="m1">We need to change the default lib path 27 26 to <filename class="directory">lib32</filename>:</para> 28 27 29 <screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \ 30 -e 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen> 28 <screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen> 31 29 32 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.