Changeset 6d8c4eb
- Timestamp:
- Nov 14, 2006, 11:19:58 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 548b3b3
- Parents:
- e990786d
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
re990786d r6d8c4eb 36 36 37 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 38 --enable-elf-shlibs --disable-evms \38 --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 40 40 -
BOOK/boot/multilib/e2fsprogs.xml
re990786d r6d8c4eb 43 43 44 44 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 45 --enable-elf-shlibs --disable-evms \45 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \ 46 46 --host=${CLFS_TARGET}</userinput></screen> 47 47 … … 54 54 xpointer="xpointer(//*[@os='f'])"/> 55 55 56 <screen os="ac"><userinput>make CC="${CC} ${BUILD64}"</userinput></screen> 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../common/e2fsprogs.xml" 58 xpointer="xpointer(//*[@os='g'])"/> 57 59 58 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
re990786d r6d8c4eb 60 60 61 61 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 62 --enable-elf-shlibs --disable-evms \62 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \ 63 63 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 64 64 -
BOOK/introduction/common/changelog.xml
re990786d r6d8c4eb 38 38 39 39 <listitem> 40 <para>November 14, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Change to E2FSProgs, does not pick up the CC or LD 44 variables.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>November 12, 2006</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.