Changeset 8fdfc096
- Timestamp:
- Feb 21, 2006, 12:45:13 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:
- f6c354f
- Parents:
- 929aaed
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r929aaed r8fdfc096 52 52 <screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 53 53 54 <para os="p1">Apply a patch to improve the POSIX and bash compatibility of echo:</para>55 56 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils- echo_posix-patch;</userinput></screen>54 <para os="p1">Apply a patch to fix various fixes for coreutils:</para> 55 56 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-fixes-patch;</userinput></screen> 57 57 58 58 <para os="c">Now prepare Coreutils for compilation:</para> 59 59 60 <screen os="d"><userinput> DEFAULT_POSIX2_VERSION=199209./configure --prefix=/usr</userinput></screen>60 <screen os="d"><userinput>./configure --prefix=/usr</userinput></screen> 61 61 62 62 <para os="e">Compile the package:</para> -
BOOK/final-system/multilib/coreutils.xml
r929aaed r8fdfc096 63 63 xpointer="xpointer(//*[@os='c'])"/> 64 64 65 <screen os="d"><userinput>CC="gcc ${BUILD64}" DEFAULT_POSIX2_VERSION=199209 \ 66 ./configure --prefix=/usr</userinput></screen> 65 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen> 67 66 68 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r929aaed r8fdfc096 40 40 41 41 <listitem> 42 <para>November 3, 2005</para> 43 <itemizedlist> 44 <listitem> 45 <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale. 46 Added fixes for dircolors and md5sum also.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 42 52 <para>October 31, 2005</para> 43 53 <itemizedlist> -
BOOK/patches.ent
r929aaed r8fdfc096 11 11 12 12 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> 13 <!ENTITY coreutils- echo_posix-patch "coreutils-&coreutils-version;-echo_posix-1.patch">13 <!ENTITY coreutils-fixes-patch "coreutils-&coreutils-version;-fixes-1.patch"> 14 14 15 15 <!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.