HLFS book is still broken.

Fixed CLFS2 and CLFS3 SVN paths.
This commit is contained in:
Manuel Canales Esparcia 2006-11-19 10:46:31 +00:00
parent 72883d3091
commit abf2c477c2
3 changed files with 9 additions and 8 deletions

View file

@ -14,7 +14,7 @@ menu "--- BOOK Settings"
bool "Cross-Compiled Linux From Scratch"
config BOOK_CLFS2
bool "Cross-Compiled Linux From Scratch (Version 2)"
bool "Cross-Compiled Linux From Scratch (Sysroot method)"
config BOOK_CLFS3
bool "Cross-Compiled Linux From Scratch (Embedded Systems)"

View file

@ -7,11 +7,12 @@ $Id$
changes can occur and the build could be broken for extended periods of
time.
As of Sept.15.2006 jhalfs cannot build the svn book. This is a book
As of Nov.19.2006 jhalfs cannot build the svn book. This is a book
problem and not jhalfs.
Automation failures:
1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
Automation failures:
1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
created in kernfs
3.Remove the creation of /null and /console node from the devices script.
2.Remove the creation of /null and /console node from the devices script.
3.Some patches are missing or have a bad MD5SUM

4
jhalfs
View file

@ -116,8 +116,8 @@ BRANCH_ID=${BRANCH_ID:=development}
case $BRANCH_ID in
development )
case $PROGNAME in
clfs2 ) TREE=branches/clfs-2.0/BOOK ;;
clfs3 ) TREE=branches/clfs-3.0/BOOK ;;
clfs2 ) TREE=branches/clfs-sysroot/BOOK ;;
clfs3 ) TREE=branches/clfs-embedded/BOOK ;;
*) TREE=trunk/BOOK ;;
esac
LFSVRS=development