Changeset abf2c47


Ignore:
Timestamp:
11/19/2006 10:46:31 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8b23a0e
Parents:
72883d3
Message:

HLFS book is still broken.
Fixed CLFS2 and CLFS3 SVN paths.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r72883d3 rabf2c47  
    1515
    1616                config  BOOK_CLFS2
    17                         bool "Cross-Compiled Linux From Scratch (Version 2)"
     17                        bool "Cross-Compiled Linux From Scratch (Sysroot method)"
    1818
    1919                config  BOOK_CLFS3
  • README.HLFS

    r72883d3 rabf2c47  
    88 time.
    99
    10  As of Sept.15.2006 jhalfs cannot build the svn book.  This is a book
     10 As of Nov.19.2006 jhalfs cannot build the svn book.  This is a book
    1111 problem and not jhalfs.
    12  
    1312
    14  Automation failures: 
    15   1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
     13
     14 Automation failures:
     15  1.Directory /dev and devices nodes /dev/null, /dev/console needed to be
    1616  created in kernfs
    17   3.Remove the creation of /null and /console node from the devices script.
     17  2.Remove the creation of /null and /console node from the devices script.
     18  3.Some patches are missing or have a bad MD5SUM
  • jhalfs

    r72883d3 rabf2c47  
    117117  development )
    118118    case $PROGNAME in
    119       clfs2 ) TREE=branches/clfs-2.0/BOOK ;;
    120       clfs3 ) TREE=branches/clfs-3.0/BOOK ;;
     119      clfs2 ) TREE=branches/clfs-sysroot/BOOK ;;
     120      clfs3 ) TREE=branches/clfs-embedded/BOOK ;;
    121121           *) TREE=trunk/BOOK ;;
    122122    esac
Note: See TracChangeset for help on using the changeset viewer.