Changeset f8218f3 in clfs-embedded for BOOK/cross-tools/x86
- Timestamp:
- Nov 8, 2008, 6:47:27 AM (16 years ago)
- Branches:
- master
- Children:
- e2fbc29
- Parents:
- 0194a60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc.xml
r0194a60 rf8218f3 28 28 <sect2 role="installation"> 29 29 <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 Makefiles33 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 > Makefile37 for file in `find libc/sysdeps/linux -name Makefile`; do38 cp $file{,.orig}39 sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' \40 $file.orig > $file41 done</userinput></screen>42 30 43 31 <note os="e">
Note:
See TracChangeset
for help on using the changeset viewer.