Changeset 3c60673
- Timestamp:
- Jun 4, 2013, 4:52:11 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 121626c
- Parents:
- cc16897
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
rcc16897 r3c60673 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <para os="aa">Apply a sed to allow completion of the build:</para>26 27 <screen os="ab"><userinput>cp -v Makefile{,.orig}28 sed -e 's/^#run_help2man\|^run_help2man/#&/' \29 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>30 24 31 25 <para os="ba">Configure can not properly determine how to get free space … … 58 52 </variablelist> 59 53 54 <para os="s1">Apply a sed to allow completion of the build:</para> 55 56 <screen os="s2"><userinput>cp -v Makefile{,.orig} 57 sed -e 's/^#run_help2man\|^run_help2man/#&/' \ 58 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen> 59 60 60 <para os="bf">Compile the package:</para> 61 61 -
BOOK/temp-system/multilib/coreutils.xml
rcc16897 r3c60673 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/coreutils.xml" 27 xpointer="xpointer(//*[@os='aa'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/coreutils.xml"31 xpointer="xpointer(//*[@os='ab'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../common/coreutils.xml"35 27 xpointer="xpointer(//*[@os='ba'])"/> 36 28 … … 50 42 href="../common/coreutils.xml" 51 43 xpointer="xpointer(//*[@os='be1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/coreutils.xml" 47 xpointer="xpointer(//*[@os='s1'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/coreutils.xml" 51 xpointer="xpointer(//*[@os='s2'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.