Changeset f8218f3 in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Nov 8, 2008, 6:47:27 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
e2fbc29
Parents:
0194a60
Message:

Update Date.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/uclibc.xml

    r0194a60 rf8218f3  
    2828  <sect2 role="installation">
    2929    <title>Installation of uClibc</title>
    30 
    31     <para os="c">By default uClibc symlinks the headers to the source directory.
    32     This is not acceptable in our build scenario, so we modify the Makefiles
    33     so that the headers will be copied instead:</para>
    34 
    35 <screen os="d"><userinput>cp Makefile{,.orig}
    36 sed -e 's/$(LN) -fs/cp/g' Makefile.orig &gt; Makefile
    37 for file in `find libc/sysdeps/linux -name Makefile`; do
    38     cp $file{,.orig}
    39     sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' \
    40         $file.orig > $file
    41 done</userinput></screen>
    4230
    4331    <note os="e">
Note: See TracChangeset for help on using the changeset viewer.