Changeset 68d33bad for BOOK/temp-system
- Timestamp:
- Jul 26, 2010, 6:39:03 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ba57c1e
- Parents:
- eaafb59
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/m4.xml
reaafb59 r68d33bad 37 37 EOF</userinput></screen> 38 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../../final-system/common/m4.xml" 41 xpointer="xpointer(//*[@os='s1'])"/> 42 43 <screen os="s2"><userinput>cp src/path.c{,.orig} 44 sed -e '/"m4.h"/i\#include <sys/stat.h>' \ 45 src/path.c.orig > src/path.c</userinput></screen> 46 39 47 <para os="a">Prepare M4 for compilation:</para> 40 48 41 49 <screen os="b"><userinput>./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 51 --cache-file=config.cache</userinput></screen> 43 52 44 53 <para os="c">Compile the package:</para> -
BOOK/temp-system/multilib/m4.xml
reaafb59 r68d33bad 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 34 href="../common/m4.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/m4.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/m4.xml" 35 43 xpointer="xpointer(//*[@os='a'])"/> 36 44 37 45 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 --cache-file=config.cache</userinput></screen> 39 48 40 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.