Changeset be76242 in clfs-embedded for BOOK/cross-tools/x86/uclibc.xml


Ignore:
Timestamp:
Feb 4, 2007, 10:46:05 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1603a9d
Parents:
961b7c5
Message:

Updated to Linux 2.6.19.2
Fixes for uClibc
Changed > to &gt;
Updated all Linux Patches
Updated Linux Headers
Updated to Busybox 1.4.1
Added E2FSProgs since it was removed from Busybox
Fixed Typos

File:
1 edited

Legend:

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

    r961b7c5 rbe76242  
    3434
    3535<screen os="d"><userinput>cp Makefile Makefile.orig
    36 sed -e 's/$(LN) -fs/cp/g' Makefile.orig > Makefile
     36sed -e 's/$(LN) -fs/cp/g' Makefile.orig &gt; Makefile
    3737for file in `find libc/sysdeps/linux -name Makefile`; do
    3838        cp $file $file.orig
     
    7272        sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
    7373done
    74 echo "UCLIBC_HAS_FULL_RPC=y" >> .config
    75 echo "UCLIBC_HAS_REENTRANT_RPC=y" >> .config</userinput></screen>
     74echo "UCLIBC_HAS_FULL_RPC=y" &gt;&gt; .config
     75echo "UCLIBC_HAS_REENTRANT_RPC=y" &gt;&gt; .config</userinput></screen>
    7676
    7777    <para os="l">We have made some changes to our config, let's make sure
Note: See TracChangeset for help on using the changeset viewer.