Changeset b9c7e54


Ignore:
Timestamp:
09/17/2006 01:23:30 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
a9fed6e
Parents:
e8fb8ef
Message:

Corrected bug in book tree, only noticed when building CLFS2 book

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.HLFS

    re8fb8ef rb9c7e54  
    1111 problem and not jhalfs.
    1212 
    13  
     13
     14 Automation failures: 
     15  1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
     16  created in kernfs
     17  2.Linux-headers does not contain /net.
     18  3.Remove the creation of /null and /console node from the devices script.
  • jhalfs

    re8fb8ef rb9c7e54  
    448448  if [[ ! -d ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} ]] ; then
    449449    mkdir -p ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML}
    450     svn co $SVN/BLFS/$TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1
     450    svn co $SVN/BLFS/$BLFS_TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1
    451451  else
    452452    pushd ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} 1> /dev/null
Note: See TracChangeset for help on using the changeset viewer.