Changeset 8550e7a in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Feb 4, 2007, 1:59:29 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
2704249
Parents:
1603a9d
Message:

Updates

Location:
BOOK/cross-tools/x86
Files:
2 edited

Legend:

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

    r1603a9d r8550e7a  
    4747  xpointer="xpointer(//*[@os='h'])"/>
    4848
    49 <screen os="i"><userinput>cp .config .config.orig
     49<screen os="i"><userinput>cp .config{,.orig}
    5050sed -e "/^KERNEL_HEADERS/s:=.*:=\"${CLFS}/usr/include\":" \
    5151    -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/lib\":" \
  • BOOK/cross-tools/x86/uclibc.xml

    r1603a9d r8550e7a  
    3333    so that the headers will be copied instead:</para>
    3434
    35 <screen os="d"><userinput>cp Makefile Makefile.orig
     35<screen os="d"><userinput>cp Makefile{,.orig}
    3636sed -e 's/$(LN) -fs/cp/g' Makefile.orig &gt; Makefile
    3737for file in `find libc/sysdeps/linux -name Makefile`; do
    38         cp $file $file.orig
     38        cp $file{,.orig}
    3939        sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' $file.orig > $file
    4040done</userinput></screen>
     
    5353   compiled and put into its proper location:</para>
    5454
    55 <screen os="i"><userinput>cp .config .config.orig
     55<screen os="i"><userinput>cp .config{,.orig}
    5656sed -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CLFS_TARGET}-\":" \
    5757    -e "/^KERNEL_HEADERS/s:=.*:=\"${CLFS}/usr/include\":" \
     
    6969                UCLIBC_USE_NETLINK LDSO_PRELOAD_FILE_SUPPORT"
    7070for config in $UCLIBC_OPTIONS; do
    71         cp .config .config.orig
     71        cp .config{,.orig}
    7272        sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
    7373done
Note: See TracChangeset for help on using the changeset viewer.