Changes in BOOK/boot/ppc/yaboot-build.xml [396b325:dabbced]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/yaboot-build.xml
r396b325 rdabbced 23 23 <title>Installation of Yaboot</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/ppc/yaboot.xml"27 xpointer="xpointer(//*[@os='p3'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/ppc/yaboot.xml"31 xpointer="xpointer(//*[@os='p4'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/ppc/yaboot.xml"35 xpointer="xpointer(//*[@os='p5'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"38 href="../../final-system/ppc/yaboot.xml"39 xpointer="xpointer(//*[@os='p6'])"/>40 41 25 <para os="p1">The following patch allows <command>ofpath</command> to use 42 26 <literal>PATH_PREFIX</literal> like the other … … 49 33 loader. It also tries to change user and group ownership for the installed 50 34 files to <systemitem class="username">root</systemitem>, which the 51 <systemitem class="username">clfs</systemitem> user cannot do. It will also 52 fail due to a compile warning with the -Werror flag on. The following 53 command fixes these issues:</para> 35 <systemitem class="username">clfs</systemitem> user cannot do. The following 36 command fixes both issues:</para> 54 37 55 38 <screen><userinput>cp -v Makefile{,.orig} 56 39 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 57 40 -e 's/-o root -g root//' \ 58 -e 's/-Werror//' \59 41 Makefile.orig > Makefile</userinput></screen> 60 42
Note:
See TracChangeset
for help on using the changeset viewer.