Changeset 8fdfc096 for BOOK/final-system/common
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.