Changes in BOOK/boot/ppc/yaboot-build.xml [a5f7c53e:dabbced]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/yaboot-build.xml
ra5f7c53e rdabbced 33 33 loader. It also tries to change user and group ownership for the installed 34 34 files to <systemitem class="username">root</systemitem>, which the 35 <systemitem class="username">clfs</systemitem> user cannot do. It will also 36 fail due to a compile warning with the -Werror flag on. The following 37 command fixes these issues:</para> 35 <systemitem class="username">clfs</systemitem> user cannot do. The following 36 command fixes both issues:</para> 38 37 39 38 <screen><userinput>cp -v Makefile{,.orig} 40 39 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 41 40 -e 's/-o root -g root//' \ 42 -e 's/-Werror//' \43 41 Makefile.orig > Makefile</userinput></screen> 44 42
Note:
See TracChangeset
for help on using the changeset viewer.