From b9c7e542aad0af4c0521cbf2083266fc27796083 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Sun, 17 Sep 2006 13:23:30 +0000 Subject: [PATCH] Corrected bug in book tree, only noticed when building CLFS2 book --- README.HLFS | 7 ++++++- jhalfs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.HLFS b/README.HLFS index 5b7fc97..6df4d28 100644 --- a/README.HLFS +++ b/README.HLFS @@ -10,4 +10,9 @@ $Id$ As of Sept.15.2006 jhalfs cannot build the svn book. This is a book problem and not jhalfs. - \ No newline at end of file + + Automation failures: + 1.Directory /dev and devices nodes /dev/null, /dev/console needed to be + created in kernfs + 2.Linux-headers does not contain /net. + 3.Remove the creation of /null and /console node from the devices script. \ No newline at end of file diff --git a/jhalfs b/jhalfs index 97d69bc..008428f 100755 --- a/jhalfs +++ b/jhalfs @@ -447,7 +447,7 @@ if [[ "${BLFS_TOOL}" = "y" ]] ; then echo -n "Downloading the BLFS document, $BLFS_BRANCH_ID version... " if [[ ! -d ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} ]] ; then mkdir -p ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} - svn co $SVN/BLFS/$TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1 + svn co $SVN/BLFS/$BLFS_TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1 else pushd ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} 1> /dev/null svn up >>$LOGDIR/$LOG 2>&1