Changeset 8659630 for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:55:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9afeb8b
- Parents:
- 1aebe7f
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r1aebe7f r8659630 33 33 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 34 34 35 <variablelist os="bf"> 36 <title>The meaning of the configure options:</title> 35 <para os="bf">Compile the package:</para> 37 36 38 <varlistentry> 39 <term><parameter>--cache-file=config.cache</parameter></term> 40 <listitem> 41 <para>This tells configure to use a config.cache file that we 42 specify.</para> 43 </listitem> 44 </varlistentry> 37 <screen os="bg"><userinput>make</userinput></screen> 45 38 46 < /variablelist>39 <para os="bh">Install the package:</para> 47 40 48 <para os="bg">Compile the package:</para> 49 50 <screen os="bh"><userinput>make</userinput></screen> 51 52 <para os="bi">Install the package:</para> 53 54 <screen os="bj"><userinput>make install</userinput></screen> 41 <screen os="bi"><userinput>make install</userinput></screen> 55 42 56 43 </sect2> -
BOOK/temp-system/multilib/coreutils.xml
r1aebe7f r8659630 55 55 xpointer="xpointer(//*[@os='bi'])"/> 56 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"58 href="../common/coreutils.xml"59 xpointer="xpointer(//*[@os='bj'])"/>60 61 57 </sect2> 62 58
Note:
See TracChangeset
for help on using the changeset viewer.