Ignore:
Timestamp:
Nov 12, 2012, 1:25:42 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3d8b4f6
Parents:
5759332
Message:

Do not use sed -i in temp-system as the host cannot be guaranteed to have GNU sed

File:
1 edited

Legend:

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

    r5759332 r01672b8  
    5353    xpointer="xpointer(//*[@os='h1'])"/>
    5454
    55 <screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile
     55<screen os="h2"><userinput>cp -v Makefile{,.orig}
     56sed '/src_make_prime_list/d' Makefile.orig > Makefile
    5657depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
    5758    gcc -m64 -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
Note: See TracChangeset for help on using the changeset viewer.