Changeset f8218f3 in clfs-embedded for BOOK


Ignore:
Timestamp:
Nov 8, 2008, 6:47:27 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
e2fbc29
Parents:
0194a60
Message:

Update Date.

Location:
BOOK
Files:
4 edited

Legend:

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

    r0194a60 rf8218f3  
    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"
  • BOOK/cross-tools/mips/uclibc.xml

    r0194a60 rf8218f3  
    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"
  • BOOK/cross-tools/x86/uclibc.xml

    r0194a60 rf8218f3  
    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">
  • BOOK/general.ent

    r0194a60 rf8218f3  
    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
Note: See TracChangeset for help on using the changeset viewer.