Changeset 7ae2706 for BOOK/temp-system/multilib
- Timestamp:
- Nov 5, 2012, 4:23:01 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8b09bef
- Parents:
- da3e727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/coreutils.xml
rda3e727 r7ae2706 54 54 55 55 <screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile 56 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;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> 56 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;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 && 61 mv -f $depbase.Tpo $depbase.Po 62 gcc ${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> 60 65 61 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.