Changeset 6587192 in clfs-sysroot
- Timestamp:
- Mar 15, 2009, 6:22:56 PM (16 years ago)
- Branches:
- master
- Children:
- 0dbbc9a
- Parents:
- fa6113f
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux-ng.xml
rfa6113f r6587192 47 47 48 48 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 49 --enable- partx --disable-wall --enable-write\50 -- disable-makeinstall-chown</userinput></screen>49 --enable-arch --enable-partx --disable-wall \ 50 --enable-write --disable-makeinstall-chown</userinput></screen> 51 51 52 52 <variablelist os="c"> … … 54 54 55 55 <varlistentry> 56 <term><parameter>--enable-arch</parameter></term> 57 <listitem> 58 <para>This option allows the <command>arch</command> program to be 59 installed.</para> 60 </listitem> 61 </varlistentry> 62 63 <varlistentry> 56 64 <term><parameter>--enable-partx</parameter></term> 57 65 <listitem> 58 <para>Enable partx stuff (need more description).</para> 66 <para>Enables building the <command>addpart</command>, <command>delpart</command>, 67 <command>partx</command> programs.</para> 68 </listitem> 69 </varlistentry> 70 71 <varlistentry> 72 <term><parameter>--enable-write</parameter></term> 73 <listitem> 74 <para>This option allows the <command>write</command> program to be 75 installed.</para> 59 76 </listitem> 60 77 </varlistentry> … … 65 82 <para>Disables building the <command>wall</command> program, 66 83 as the Sysvinit package installs its own version.</para> 67 </listitem>68 </varlistentry>69 70 <varlistentry>71 <term><parameter>--enable-write</parameter></term>72 <listitem>73 <para>This option allows the <command>write</command> program to be74 installed.</para>75 </listitem>76 </varlistentry>77 78 <varlistentry>79 <term><parameter>--disable-makeinstall-chown</parameter></term>80 <listitem>81 <para>This option prevents installed programs from having groups82 changed. They will be changed later in the book.</para>83 84 </listitem> 84 85 </varlistentry> -
BOOK/introduction/common/changelog.xml
rfa6113f r6587192 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Added Arch to Util-Linux-NG. Updated descriptions 44 of configure parameters.</para> 45 </listitem> 46 <listitem> 43 47 <para>[jciccone] - Updated Util-Linux-NG to 2.14.2.</para> 44 48 </listitem> … … 53 57 </listitem> 54 58 <listitem> 55 <para>[jciccone] - Added New Compressors patches to File, Man, Texinfo, Tar.</para> 59 <para>[jciccone] - Added New Compressors patches to File, Man, 60 Texinfo, Tar.</para> 56 61 </listitem> 57 62 <listitem> … … 107 112 </listitem> 108 113 <listitem> 109 <para>[jciccone] - Diffutils wants ed as a editor. Changed it to Vim.</para> 114 <para>[jciccone] - Diffutils wants ed as a editor. Changed it to 115 Vim.</para> 110 116 </listitem> 111 117 <listitem> … … 116 122 </listitem> 117 123 <listitem> 118 <para>[jciccone] - Updated MPFR to 2.4.1 and added branch update patch.</para> 124 <para>[jciccone] - Updated MPFR to 2.4.1 and added branch update 125 patch.</para> 119 126 </listitem> 120 127 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.