Changeset 2e7ca50


Ignore:
Timestamp:
05/26/2010 05:52:50 PM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b21778b
Parents:
1018fd3
Message:

Add additional information to clarify the build process

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1018fd3 r2e7ca50  
    3838-->
    3939    <listitem>
     40      <para>2010-05-26</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add additional information to clarify the
     44          build process.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2010-05-23</para>
    4151      <itemizedlist>
  • chapter05/generalinstructions.xml

    r1018fd3 r2e7ca50  
    7373  </itemizedlist>
    7474
     75  <para>To re-emphasize the build process:</para>
     76
     77<screen role="nodump">
     781. Place all the sources and patches in a directory that will be accessible from the
     79   chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
     802. Change to the sources directory.
     813. For each package:
     82   a. Using the tar program, extract the package to be built.
     83   b. Change to the directory created when the package was extracted.
     84   c. Follow the book's instructions for building the package.
     85   d. Change back to the sources directory.
     86   e. Delete the extracted source directory and any &lt;package&gt;-build
     87      directories that were created in the build process.</screen>
     88
    7589</sect1>
  • general.ent

    r1018fd3 r2e7ca50  
    1 <!ENTITY version "SVN-20100523">
    2 <!ENTITY releasedate "May 23, 2010">
     1<!ENTITY version "SVN-20100526">
     2<!ENTITY releasedate "May 26, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
Note: See TracChangeset for help on using the changeset viewer.