Le 05/02/2012 20:16, Bruce Dubbs a écrit :
We are starting to plan for LFS-7.1.  We are anticipating an -rc1
release in about two weeks and lfs-7.1 around the first of March.

Right now there are only two relatively routine package updates in the
ticket queue: the kernel and automake.

http://wiki.linuxfromscratch.org/lfs/query?status=assigned&status=new&status=reopened&group=milestone&max=300&col=id&col=summary&col=status&col=owner&col=type&col=priority&order=priority

We are also expecting a release version of util-linux-2.21 at any time.

If you have anything else you think we need to address, please let us
know.  Packages, text, boot scripts, and web site are all reasonable
areas for changes.

    -- Bruce

Hi,

Here is a (cosmetic) patch, for improving the remap attribute
in some cases. I tested it does not change the aspect of the book.
It helps for jhalfs with package management, because the "install"
commands crucial there.

Regards
Pierre

Index: lfsbook/chapter05/linux-headers.xml
===================================================================
--- lfsbook.orig/chapter05/linux-headers.xml	2012-02-11 08:03:19.000000000 +0100
+++ lfsbook/chapter05/linux-headers.xml	2012-02-11 08:04:27.000000000 +0100
@@ -51,16 +51,16 @@
     <para>Make sure there are no stale files and dependencies lying around
     from previous activity:</para>
 
-<screen><userinput remap="install">make mrproper</userinput></screen>
+<screen><userinput remap="pre">make mrproper</userinput></screen>
 
     <para>Now test and extract the user-visible kernel headers from the source.
     They are placed in an intermediate local directory and copied to the needed
     location because the extraction process removes any existing files in 
     the target directory.</para>
 
-<screen><userinput remap="install">make headers_check
+<screen><userinput remap="make">make headers_check
 make INSTALL_HDR_PATH=dest headers_install
-cp -rv dest/include/* /tools/include</userinput></screen>
+</userinput><userinput remap="install">cp -rv dest/include/* /tools/include</userinput></screen>
 
   </sect2>
 
Index: lfsbook/chapter06/linux-headers.xml
===================================================================
--- lfsbook.orig/chapter06/linux-headers.xml	2012-02-11 08:03:19.000000000 +0100
+++ lfsbook/chapter06/linux-headers.xml	2012-02-11 08:04:27.000000000 +0100
@@ -50,7 +50,7 @@
     <para>Make sure there are no stale files and dependencies lying around
     from previous activity:</para>
 
-<screen><userinput remap="install">make mrproper</userinput></screen>
+<screen><userinput remap="pre">make mrproper</userinput></screen>
 
     <para>Now test and extract the user-visible kernel headers from the source.
     They are placed in an intermediate local directory and copied to the needed
@@ -59,10 +59,10 @@
     the kernel developers and not needed by LFS that are removed from
     the intermediate directory.</para>
 
-<screen><userinput remap="install">make headers_check
+<screen><userinput remap="make">make headers_check
 make INSTALL_HDR_PATH=dest headers_install
 find dest/include \( -name .install -o -name ..install.cmd \) -delete
-cp -rv dest/include/* /usr/include</userinput></screen>
+</userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen>
 
   </sect2>
 
Index: lfsbook/chapter06/mpfr.xml
===================================================================
--- lfsbook.orig/chapter06/mpfr.xml	2012-02-11 08:03:19.000000000 +0100
+++ lfsbook/chapter06/mpfr.xml	2012-02-11 08:04:27.000000000 +0100
@@ -69,8 +69,8 @@
 
     <para>Install the documentation:</para>
 
-<screen><userinput remap="install">make html
-make install-html</userinput></screen>
+<screen><userinput remap="make">make html
+</userinput><userinput remap="install">make install-html</userinput></screen>
 
   </sect2>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to