Changeset 7ae2706


Ignore:
Timestamp:
Nov 5, 2012, 4:23:01 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:
8b09bef
Parents:
da3e727
Message:

Reformat coreutils build fix commands.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    rda3e727 r7ae2706  
    4949
    5050<screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile
    51     depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;
    52     gcc -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src  -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o src/make-prime-list.c
    53     mv -f $depbase.Tpo $depbase.Po
    54     gcc -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o</userinput></screen>
     51depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
     52    gcc -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src  \
     53    -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \
     54    src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \
     55    src/make-prime-list.c &amp;&amp;
     56mv -f $depbase.Tpo $depbase.Po
     57gcc -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
     58    -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o
     59</userinput></screen>
    5560
    5661    <para os="h3">Remove the building of the hostname man page as it is affected by the previous commands.</para>
  • BOOK/temp-system/multilib/coreutils.xml

    rda3e727 r7ae2706  
    5454
    5555<screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile
    56     depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;
    57     gcc ${BUILD64} -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src  -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o src/make-prime-list.c
    58     mv -f $depbase.Tpo $depbase.Po
    59     gcc ${BUILD64} -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o</userinput></screen>
     56depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
     57    gcc ${BUILD64} -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
     58    -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \
     59    src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \
     60    src/make-prime-list.c &amp;&amp;
     61mv -f $depbase.Tpo $depbase.Po
     62gcc ${BUILD64} -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
     63    -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o
     64</userinput></screen>
    6065
    6166    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.