Changeset d54979bd


Ignore:
Timestamp:
Nov 20, 2006, 2:41:33 PM (17 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d080051
Parents:
3e6d6ad3
Message:

Add an explanation of the multilib options on procps, so that maybe next time I see m64= I'll remember why we do it.

File:
1 edited

Legend:

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

    r3e6d6ad3 rd54979bd  
    3737    xpointer="xpointer(//*[@os='d'])"/>
    3838
    39 <screen os="e"><userinput>make install lib64=lib</userinput></screen>
     39<screen os="f"><userinput>make install lib64=lib</userinput></screen>
     40
     41    <variablelist os="f">
     42      <title>The meaning of the make and install options:</title>
     43
     44      <varlistentry os="f1">
     45        <term><parameter>m64=${BUILD32}</parameter></term>
     46        <listitem>
     47          <para>The <filename>Makefile</filename> for this package goes to some
     48          lengths to build as 64-bit if at all possible. In CLFS we build each
     49          library for each available ABI. Overriding the m64 option enables us
     50          to specify the build options we want for it.</para>
     51        </listitem>
     52      </varlistentry>
     53
     54      <varlistentry os="f2">
     55        <term><parameter>lib64=lib</parameter></term>
     56        <listitem>
     57          <para>The <filename>Makefile</filename> also attempts to install into
     58          lib64 on multilib, so again we choose to override it.</para>
     59        </listitem>
     60      </varlistentry>
     61
     62    </variablelist>
    4063
    4164  </sect2>
Note: See TracChangeset for help on using the changeset viewer.