- Timestamp:
- Nov 2, 2008, 8:51:00 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f01d47c
- Parents:
- 38b0124
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/module-init-tools.xml
r38b0124 r1e58202 35 35 xpointer="xpointer(//*[@os='e'])"/> 36 36 37 <screen os="f"><userinput>./configure --prefix=/ \ 37 <screen os="f"><userinput>./configure --prefix=/usr \ 38 --bindir=/bin --sbindir=/sbin \ 38 39 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 39 40 -
BOOK/boot/multilib/module-init-tools.xml
r38b0124 r1e58202 36 36 37 37 <screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 38 --bindir=/bin --sbindir=/sbin \ 39 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 39 40 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/module-init-tools.xml
r38b0124 r1e58202 49 49 <para os="e">Prepare Module-Init-Tools for compilation:</para> 50 50 51 <screen os="f"><userinput>./configure --prefix=/ --enable-zlib</userinput></screen> 51 <screen os="f"><userinput>./configure --prefix=/ \ 52 --bindir=/bin --sbindir=/sbin \ 53 --enable-zlib</userinput></screen> 52 54 53 55 <variablelist os="g"> -
BOOK/final-system/multilib/module-init-tools.xml
r38b0124 r1e58202 47 47 48 48 <screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix="/" \ 49 --enable-zlib</userinput></screen> 49 --bindir=/bin --sbindir=/sbin \ 50 --enable-zlib</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r38b0124 r1e58202 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>November 2, 2008</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Fixed the configure command for module-init-tools 44 so /share goes to /usr/share where it should be.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.