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/temp-system/common/bash.xml

    rc636dee r7cd7f99  
    5858    xpointer="xpointer(//*[@os='a'])"/>
    5959
    60 <screen os="b"><userinput>./configure --prefix=/tools \
    61     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    62     --without-bash-malloc --cache-file=config.cache</userinput></screen>
     60<screen os="b"><userinput>./configure \
     61    --prefix=/tools \
     62    --build=${CLFS_HOST} \
     63    --host=${CLFS_TARGET} \
     64    --without-bash-malloc \
     65    --cache-file=config.cache</userinput></screen>
    6366
    6467    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.