Changeset ff8774f
- Timestamp:
- Jan 8, 2014, 10:15:42 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ddb5ca
- Parents:
- 3452555
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r3452555 rff8774f 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[Chris] - Removed obsolete sed command from temp-system Coreutils.</para> 44 </listitem> 45 <listitem> 43 46 <para>[Chris] - Removed unneeded command to rename stubs-64.h.</para> 44 47 </listitem> -
BOOK/temp-system/common/coreutils.xml
r3452555 rff8774f 56 56 </variablelist> 57 57 58 <para os="s1">Apply a sed to allow completion of the build:</para>59 60 <screen os="s2"><userinput>cp -v Makefile{,.orig}61 sed -e 's/^#run_help2man\|^run_help2man/#&/' \62 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>63 64 58 <para os="bf">Compile the package:</para> 65 59 -
BOOK/temp-system/multilib/coreutils.xml
r3452555 rff8774f 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 54 href="../common/coreutils.xml" 55 xpointer="xpointer(//*[@os='s1'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"58 href="../common/coreutils.xml"59 xpointer="xpointer(//*[@os='s2'])"/>60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"62 href="../common/coreutils.xml"63 55 xpointer="xpointer(//*[@os='bf'])"/> 64 56
Note:
See TracChangeset
for help on using the changeset viewer.