Changeset c94c924


Ignore:
Timestamp:
Jul 25, 2009, 10:17:47 AM (15 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:
8b5e5c1, bed3adf
Parents:
f561e06
Message:

Added missing config.cache to m4

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    rf561e06 rc94c924  
    4040
    4141<screen os="b"><userinput>./configure --prefix=/tools \
    42     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     42    --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    4343
    4444    <para os="c">Compile the package:</para>
  • BOOK/temp-system/multilib/m4.xml

    rf561e06 rc94c924  
    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} --cache-file=config.cache</userinput></screen>
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.