Changeset a04cedb for BOOK/final-system
- Timestamp:
- Oct 25, 2013, 7:28:49 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0b6834f
- Parents:
- 494f312
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r494f312 ra04cedb 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen> 31 31 32 <para os="s1">EGLIBC-&eglibc-version; does not declare gets():</para>33 34 <screen os="s2"><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h</userinput></screen>35 36 32 <para os="a">Prepare Tar for compilation:</para> 37 33 … … 49 45 50 46 <screen os="g"><userinput>make install</userinput></screen> 47 48 <para os="h">Generate the man page and place it in the proper location:</para> 49 50 <screen os="i"><userinput>perl tarman > /usr/share/man/man1/tar.1</userinput></screen> 51 51 52 52 </sect2> -
BOOK/final-system/multilib/tar.xml
r494f312 ra04cedb 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 33 href="../common/tar.xml" 34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../common/tar.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"41 href="../common/tar.xml"42 34 xpointer="xpointer(//*[@os='a'])"/> 43 35 … … 66 58 xpointer="xpointer(//*[@os='g'])"/> 67 59 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../common/tar.xml" 62 xpointer="xpointer(//*[@os='h'])"/> 63 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 65 href="../common/tar.xml" 66 xpointer="xpointer(//*[@os='i'])"/> 67 68 68 </sect2> 69 69
Note:
See TracChangeset
for help on using the changeset viewer.