Changeset ed3e5d8 for temp-system/common
- Timestamp:
- Feb 21, 2006, 1:55:04 AM (19 years ago)
- Children:
- 10c15e3
- Parents:
- 5c41d32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/coreutils.xml
r5c41d32 red3e5d8 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>
Note:
See TracChangeset
for help on using the changeset viewer.