Ignore:
Timestamp:
Aug 9, 2014, 1:55:10 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
efd51b2
Parents:
a6d01ee
Message:

Don't use sed -i in temp system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/sparc/silo-build.xml

    ra6d01ee r080d530  
    3333<para os="ae">This sed allows us to compile the bin2h binary separately.</para>
    3434
    35 <screen os="ad"><userinput>sed -i -e 's@\$(PROGRAMS)$@programs\n\nprograms: &amp;@' common/Makefile</userinput></screen>
     35<screen os="ad"><userinput>cp -v common/Makefile{,.orig}
     36sed -e 's@\$(PROGRAMS)$@programs\n\nprograms: &amp;@' common/Makefile.orig &gt; common/Makefile</userinput></screen>
    3637
    3738<para os="af">Compile the bin2h and util binaries for the host.</para>
Note: See TracChangeset for help on using the changeset viewer.