Ignore:
Timestamp:
05/24/2016 09:24:59 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
77ab7f3
Parents:
11ebea6
Message:

Create branches/merge in svn repo fo rtesting of merged LFS books

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/procps.xml

    r11ebea6 r1118b17  
    4343    <para>Now prepare procps-ng for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr                            \
     45<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                            \
    4646            --exec-prefix=                           \
    4747            --libdir=/usr/lib                        \
     
    4949            --disable-static                         \
    5050            --disable-kill</userinput></screen>
     51
     52<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                            \
     53            --exec-prefix=                           \
     54            --libdir=/usr/lib                        \
     55            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
     56            --disable-static                         \
     57            --disable-kill                           \
     58            --with-systemd</userinput></screen>
    5159
    5260    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.