HLFS book is still broken.
Fixed CLFS2 and CLFS3 SVN paths.
This commit is contained in:
parent
72883d3091
commit
abf2c477c2
3 changed files with 9 additions and 8 deletions
|
@ -14,7 +14,7 @@ menu "--- BOOK Settings"
|
||||||
bool "Cross-Compiled Linux From Scratch"
|
bool "Cross-Compiled Linux From Scratch"
|
||||||
|
|
||||||
config BOOK_CLFS2
|
config BOOK_CLFS2
|
||||||
bool "Cross-Compiled Linux From Scratch (Version 2)"
|
bool "Cross-Compiled Linux From Scratch (Sysroot method)"
|
||||||
|
|
||||||
config BOOK_CLFS3
|
config BOOK_CLFS3
|
||||||
bool "Cross-Compiled Linux From Scratch (Embedded Systems)"
|
bool "Cross-Compiled Linux From Scratch (Embedded Systems)"
|
||||||
|
|
|
@ -7,11 +7,12 @@ $Id$
|
||||||
changes can occur and the build could be broken for extended periods of
|
changes can occur and the build could be broken for extended periods of
|
||||||
time.
|
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.
|
problem and not jhalfs.
|
||||||
|
|
||||||
|
|
||||||
Automation failures:
|
Automation failures:
|
||||||
1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
|
1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
|
||||||
created in kernfs
|
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
4
jhalfs
|
@ -116,8 +116,8 @@ BRANCH_ID=${BRANCH_ID:=development}
|
||||||
case $BRANCH_ID in
|
case $BRANCH_ID in
|
||||||
development )
|
development )
|
||||||
case $PROGNAME in
|
case $PROGNAME in
|
||||||
clfs2 ) TREE=branches/clfs-2.0/BOOK ;;
|
clfs2 ) TREE=branches/clfs-sysroot/BOOK ;;
|
||||||
clfs3 ) TREE=branches/clfs-3.0/BOOK ;;
|
clfs3 ) TREE=branches/clfs-embedded/BOOK ;;
|
||||||
*) TREE=trunk/BOOK ;;
|
*) TREE=trunk/BOOK ;;
|
||||||
esac
|
esac
|
||||||
LFSVRS=development
|
LFSVRS=development
|
||||||
|
|
Reference in a new issue