Changeset a5f7c53e for BOOK/boot/ppc
- Timestamp:
- Jan 20, 2012, 2:37:22 AM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 162e1b4, bcb91ad
- Parents:
- 79e7622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/yaboot-build.xml
r79e7622 ra5f7c53e 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. The following 36 command fixes both issues:</para> 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> 37 38 38 39 <screen><userinput>cp -v Makefile{,.orig} 39 40 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 40 41 -e 's/-o root -g root//' \ 42 -e 's/-Werror//' \ 41 43 Makefile.orig > Makefile</userinput></screen> 42 44
Note:
See TracChangeset
for help on using the changeset viewer.