Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64-64/glibc.xml

    rc636dee r7cd7f99  
    6666    xpointer="xpointer(//*[@os='g'])"/>
    6767
    68 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
    69     --disable-profile --enable-kernel=&glibc-kernel-version; \
    70     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    71     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     68<screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure \
     69    --prefix=/usr \
     70    --disable-profile \
     71    --enable-kernel=&glibc-kernel-version; \
     72    --libexecdir=/usr/lib/glibc \
     73    --libdir=/usr/lib \
     74    --enable-obsolete-rpc \
     75    --cache-file=config.cache</userinput></screen>
    7276
    7377    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    117121    creating a symlink to the real loader.</para>
    118122
    119     <screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen>
     123<screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen>
    120124
    121125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    129133    <para>Now we can remove this symlink:</para>
    130134
    131     <screen><userinput>rm -v /lib/ld.so.1</userinput></screen>
     135<screen><userinput>rm -v /lib/ld.so.1</userinput></screen>
    132136
    133137    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.