Changeset 4071

Show
Ignore:
Timestamp:
11/08/08 14:47:27 (2 months ago)
Author:
jciccone
Message:

Update Date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml

    r3510 r4071  
    3232sed -e "/default/s:OABI:EABI:" \ 
    3333   extra/Configs/Config.arm.orig > extra/Configs/Config.arm</userinput></screen> 
    34  
    35   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    36   href="../x86/uclibc.xml" 
    37   xpointer="xpointer(//*[@os='c'])"/> 
    38  
    39   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    40   href="../x86/uclibc.xml" 
    41   xpointer="xpointer(//*[@os='d'])"/> 
    4234 
    4335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml

    r3552 r4071  
    3232  "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \ 
    3333  extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen> 
    34  
    35   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    36   href="../x86/uclibc.xml" 
    37   xpointer="xpointer(//*[@os='c'])"/> 
    38  
    39   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    40   href="../x86/uclibc.xml" 
    41   xpointer="xpointer(//*[@os='d'])"/> 
    4234 
    4335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml

    r3552 r4071  
    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"> 
  • branches/clfs-embedded/BOOK/general.ent

    r3861 r4071  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22 
    3 <!ENTITY month "01"> <!-- Use two digits --> 
    4 <!ENTITY month_name "Janurary"> 
    5 <!ENTITY day "09"> <!-- Use two digits --> 
     3<!ENTITY month "11"> <!-- Use two digits --> 
     4<!ENTITY month_name "November"> 
     5<!ENTITY day "08"> <!-- Use two digits --> 
    66<!ENTITY year "2008"> <!-- Use four digits --> 
    77