Changeset e3742c1 in clfs-embedded for BOOK/final-system/common/libc.xml


Ignore:
Timestamp:
Oct 12, 2017, 12:26:22 PM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
05e0cf7
Parents:
8112a8d
git-author:
Andrew Bradford <andrew@…> (10/12/17 12:25:12)
git-committer:
Andrew Bradford <andrew@…> (10/12/17 12:26:22)
Message:

final-system: libc: Only install the libs into targetfs

By default some tools and headers would be installed using 'make
install' but we don't want any of those, we just need the libs.

File:
1 edited

Legend:

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

    r8112a8d re3742c1  
    4343<screen os="i"><userinput>make</userinput></screen>
    4444
    45     <para os="l">Install the package:</para>
     45    <para os="l">Install just the shared library:</para>
    4646
    47 <screen os="j"><userinput>DESTDIR=${CLFS}/targetfs make install</userinput></screen>
     47<screen os="j"><userinput>DESTDIR=${CLFS}/targetfs make install-libs</userinput></screen>
    4848
    4949  </sect2>
Note: See TracChangeset for help on using the changeset viewer.