Changeset e3fd238 for BOOK/temp-system


Ignore:
Timestamp:
Feb 21, 2006, 1:36:28 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b594640
Parents:
f8736bc
Message:

r852@server (orig r850): ken | 2005-12-06 08:22:02 -0800
fixes for temp gettext : change directory and reinstate --host for multilib, point both to the cache in the parent directory

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gettext.xml

    rf8736bc re3fd238  
    3333   ./configure --prefix=/tools \
    3434   --host=${LFS_TARGET} --disable-shared \
    35    --cache-file=config.cache</userinput></screen>
     35   --cache-file=../config.cache</userinput></screen>
    3636
    3737    <variablelist os="e">
  • BOOK/temp-system/multilib/gettext.xml

    rf8736bc re3fd238  
    99  <?dbhtml filename="gettext.html"?>
    1010
    11   <title>Gettext-&gettext-version; 32 Bit</title>
     11  <title>Gettext-&gettext-version;</title>
    1212
    1313  <indexterm zone="ch-temp-system-gettext">
    1414    <primary sortas="a-Gettext">Gettext</primary>
    15     <secondary>temporary system, 32 Bit</secondary>
     15    <secondary>temporary system</secondary>
    1616  </indexterm>
    1717
     
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    38    ./configure --prefix=/tools --disable-shared \
    39    --cache-file=config.cache</userinput></screen>
     37<screen os="d"><userinput>cd gettext-tools
     38   CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     39   ./configure --prefix=/tools \
     40   --host=${LFS_TARGET} --disable-shared \
     41   --cache-file=../config.cache</userinput></screen>
    4042
    4143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.