Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/yaboot-build.xml

    ra5f7c53e rdabbced  
    3333    loader. It also tries to change user and group ownership for the installed
    3434    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>
    3837
    3938<screen><userinput>cp -v Makefile{,.orig}
    4039sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    4140    -e 's/-o root -g root//' \
    42     -e 's/-Werror//' \
    4341    Makefile.orig &gt; Makefile</userinput></screen>
    4442
Note: See TracChangeset for help on using the changeset viewer.