Changeset b27081c4 for BOOK/boot/common
- Timestamp:
- Dec 13, 2015, 4:19:04 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 15:57:55)
- git-committer:
- Chris Staub <chris@…> (12/13/15 16:19:04)
- Location:
- BOOK/boot/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bc.xml
r00cf9ca rb27081c4 28 28 <para>Prepare Bc for compilation:</para> 29 29 30 <screen><userinput>CC=gcc ./configure --prefix=/cross-tools</userinput></screen> 30 <screen><userinput>CC=gcc \ 31 ./configure \ 32 --prefix=/cross-tools</userinput></screen> 31 33 32 34 <variablelist> -
BOOK/boot/common/e2fsprogs.xml
r00cf9ca rb27081c4 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 38 --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --disable-libblkid --disable-libuuid --disable-fsck \ 37 <screen os="aa"><userinput>../configure \ 38 --prefix=/tools \ 39 --enable-elf-shlibs \ 40 --build=${CLFS_HOST} \ 41 --host=${CLFS_TARGET} \ 42 --disable-libblkid \ 43 --disable-libuuid \ 44 --disable-fsck \ 40 45 --disable-uuidd</userinput></screen> 41 46 -
BOOK/boot/common/eudev.xml
r00cf9ca rb27081c4 29 29 <para os="a">Prepare Eudev for compilation:</para> 30 30 31 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-introspection --disable-gtk-doc-html \ 33 --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \ 31 <screen os="b"><userinput>./configure \ 32 --prefix=/tools \ 33 --build=${CLFS_HOST} \ 34 --host=${CLFS_TARGET} \ 35 --disable-introspection \ 36 --disable-gtk-doc-html \ 37 --disable-gudev \ 38 --disable-keymap \ 39 --with-firmware-path=/tools/lib/firmware \ 34 40 --enable-libkmod</userinput></screen> 35 41 -
BOOK/boot/common/kmod.xml
r00cf9ca rb27081c4 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 37 <screen os="b"><userinput>./configure \ 38 --prefix=/tools \ 39 --build=${CLFS_HOST} \ 40 --host=${CLFS_TARGET} \ 41 --with-xz \ 42 --with-zlib</userinput></screen> 39 43 40 44 <variablelist os="c"> -
BOOK/boot/common/shadow.xml
r00cf9ca rb27081c4 44 44 <para os="e">Prepare Shadow for compilation:</para> 45 45 46 <screen os="f"><userinput>./configure --prefix=/tools \ 47 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache \ 46 <screen os="f"><userinput>./configure \ 47 --prefix=/tools \ 48 --build=${CLFS_HOST} \ 49 --host=${CLFS_TARGET} \ 50 --cache-file=config.cache \ 48 51 --enable-subordinate-ids=no</userinput></screen> 49 52
Note:
See TracChangeset
for help on using the changeset viewer.