Changeset 8550e7a in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Feb 4, 2007, 9:59:29 PM (18 years ago)
- Branches:
- master
- Children:
- 2704249
- Parents:
- 1603a9d
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc-headers.xml
r1603a9d r8550e7a 47 47 xpointer="xpointer(//*[@os='h'])"/> 48 48 49 <screen os="i"><userinput>cp .config .config.orig49 <screen os="i"><userinput>cp .config{,.orig} 50 50 sed -e "/^KERNEL_HEADERS/s:=.*:=\"${CLFS}/usr/include\":" \ 51 51 -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/lib\":" \ -
BOOK/cross-tools/x86/uclibc.xml
r1603a9d r8550e7a 33 33 so that the headers will be copied instead:</para> 34 34 35 <screen os="d"><userinput>cp Makefile Makefile.orig35 <screen os="d"><userinput>cp Makefile{,.orig} 36 36 sed -e 's/$(LN) -fs/cp/g' Makefile.orig > Makefile 37 37 for file in `find libc/sysdeps/linux -name Makefile`; do 38 cp $file $file.orig38 cp $file{,.orig} 39 39 sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' $file.orig > $file 40 40 done</userinput></screen> … … 53 53 compiled and put into its proper location:</para> 54 54 55 <screen os="i"><userinput>cp .config .config.orig55 <screen os="i"><userinput>cp .config{,.orig} 56 56 sed -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CLFS_TARGET}-\":" \ 57 57 -e "/^KERNEL_HEADERS/s:=.*:=\"${CLFS}/usr/include\":" \ … … 69 69 UCLIBC_USE_NETLINK LDSO_PRELOAD_FILE_SUPPORT" 70 70 for config in $UCLIBC_OPTIONS; do 71 cp .config .config.orig71 cp .config{,.orig} 72 72 sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config 73 73 done
Note:
See TracChangeset
for help on using the changeset viewer.