Changeset e0e40d3 for BOOK/final-system/ppc/patch.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 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:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/patch.xml
r82fedc4 re0e40d3 22 22 <title>Installation of Patch</title> 23 23 24 <para>Prepare Patch for compilation:</para> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../common/patch.xml" 26 xpointer="xpointer(//*[@os='a'])"/> 25 27 26 <screen ><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen>28 <screen os="b"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> 27 29 28 <para>Compile the package:</para> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../common/patch.xml" 32 xpointer="xpointer(//*[@os='c'])"/> 29 33 30 <screen><userinput>make</userinput></screen> 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../common/patch.xml" 36 xpointer="xpointer(//*[@os='d'])"/> 31 37 32 <para>This package does not come with a test suite.</para> 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../common/patch.xml" 40 xpointer="xpointer(//*[@os='e'])"/> 33 41 34 <para>Install the package:</para> 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../common/patch.xml" 44 xpointer="xpointer(//*[@os='f'])"/> 35 45 36 <screen><userinput>make install</userinput></screen> 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="../common/patch.xml" 48 xpointer="xpointer(//*[@os='g'])"/> 37 49 38 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.