Changeset 6b5cc685 for BOOK/temp-system


Ignore:
Timestamp:
Oct 17, 2007, 1:06:33 AM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b1b641c
Parents:
7752485
Message:

Make temp-system tar actually use config.cache

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r7752485 r6b5cc685  
    3333
    3434<screen os="b"><userinput>./configure --prefix=/tools \
    35     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     35    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --cache-file=config.cache</userinput></screen>
    3637
    3738    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/tar.xml

    r7752485 r6b5cc685  
    3636
    3737<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     38   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39   --cache-file=config.cache</userinput></screen>
    3940
    4041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.