Changeset b3543fc


Ignore:
Timestamp:
Apr 11, 2014, 7:57:31 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
21c0d19
Parents:
101ef1f
Message:

Do not run make and make install and build all of systemd when we only need the libraries. Create proper make commands and make installatiation commands for building only what is needed for installing the libraries. The full sytemd will be installed for the 64bit target.

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

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

    r101ef1f rb3543fc  
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    56     href="../common/systemd.xml"
     56    href="systemd.xml"
    5757    xpointer="xpointer(//*[@os='e'])"/>
    5858
     
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    64     href="../common/systemd.xml"
     64    href="systemd.xml"
    6565    xpointer="xpointer(//*[@os='k'])"/>
    6666
  • BOOK/final-system/multilib/systemd.xml

    r101ef1f rb3543fc  
    5858    xpointer="xpointer(//*[@os='d'])"/>
    5959
    60     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    61     href="../common/systemd.xml"
    62     xpointer="xpointer(//*[@os='e'])"/>
     60<screen os="e"><userinput>make src/shared/{af,errno}-{from,to}-name.h src/libsystemd/libsystemd.sym
     61make libsystemd.la libudev.la libgudev-1.0.la libnss_myhostname.la</userinput></screen>
    6362
    6463    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6665    xpointer="xpointer(//*[@os='j'])"/>
    6766
    68     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69     href="../common/systemd.xml"
    70     xpointer="xpointer(//*[@os='k'])"/>
     67<screen os="k"><userinput>make -j1 install-libLTLIBRARIES
     68make -j1 install-pkgconfiglibDATA</userinput></screen>
    7169
    7270    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.