[Clfs-dev] [PATCH] CLFS-Bootscripts target is install-bootscripts

Alan Post alanpost at sunflowerriver.org
Wed Mar 9 11:34:54 PST 2011


The book suggests downloading the following file:

  http://cross-lfs.org/files/packages/embedded-0.0.1/clfs-embedded-bootscripts-1.0-pre5.tar.bz2

The Makefile in this package does not have an install target.  I
believe the target has been changed to install-bootscripts as this
package has acquired more features.

Update the command used to install bootscripts.
---
 BOOK/bootscripts/common/bootscripts.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/BOOK/bootscripts/common/bootscripts.xml b/BOOK/bootscripts/common/bootscripts.xml
index 975f2c1..81e8720 100644
--- a/BOOK/bootscripts/common/bootscripts.xml
+++ b/BOOK/bootscripts/common/bootscripts.xml
@@ -27,7 +27,7 @@
 
     <para>Install the package:</para>
 
-<screen><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+<screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
 
   </sect2>
 
-- 
1.7.1



More information about the Clfs-dev mailing list