Changeset 73a91fa


Ignore:
Timestamp:
Nov 17, 2012, 9:49:46 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d8aca67
Parents:
e3041a1
Message:

Simplify prime_list build section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/coreutils.xml

    re3041a1 r73a91fa  
    5353    xpointer="xpointer(//*[@os='h1'])"/>
    5454
    55 <screen os="h2"><userinput>cp -v Makefile{,.orig}
    56 sed '/src_make_prime_list/d' Makefile.orig > Makefile
    57 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
    58     gcc -m64 -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
    59     -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \
    60     src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \
    61     src/make-prime-list.c &amp;&amp;
    62 mv -f $depbase.Tpo $depbase.Po
    63 gcc -m64 -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
    64     -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o
    65 </userinput></screen>
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/coreutils.xml"
     57    xpointer="xpointer(//*[@os='h2'])"/>
    6658
    6759    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.