Changeset c5968b4 in clfs-sysroot


Ignore:
Timestamp:
Feb 23, 2007, 7:22:48 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d9d7048
Parents:
46e39cd
Message:

Remove the sed on the Procps page in favor of make options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/procps.xml

    r46e39cd rc5968b4  
    2626    <title>Installation of Procps</title>
    2727
    28     <para os="s1">The following sed stops the Makefile from trying to install
    29     binaries owned by root and prevents ldconfig from being
    30     run.</para>
    31 
    32 <screen os="s2"><userinput>cp -v Makefile{,.orig}
    33 sed -e "/^install  :=/s/--owner 0 --group 0//" \
    34     -e "/^ldconfig :=/s/= ldconfig/=/" Makefile.orig &gt; Makefile</userinput></screen>
    35 
    3628    <para os="a">Compile the package:</para>
    3729
    38 <screen os="b"><userinput>make CPPFLAGS=""</userinput></screen>
     30<screen os="b"><userinput>make CPPFLAGS=</userinput></screen>
    3931
    4032    <para os="c">Install the package:</para>
    4133
    42 <screen os="d"><userinput>make DESTDIR=${CLFS} lib64=lib install</userinput></screen>
     34<screen os="d"><userinput>make DESTDIR=${CLFS} lib64=lib ldconfig= \
     35    install="install -D" install</userinput></screen>
    4336
    4437    <variablelist os="e">
    4538      <title>The meaning of the make options:</title>
    4639      <varlistentry>
    47         <term><parameter>CPPFLAGS=""</parameter></term>
     40        <term><parameter>CPPFLAGS=</parameter></term>
    4841        <listitem>
    4942        <para>By default, procps tries to include the host system
Note: See TracChangeset for help on using the changeset viewer.