Changeset 2639f65 for jhalfs


Ignore:
Timestamp:
11/11/2006 12:09:42 AM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
837797e
Parents:
ee21f67
Message:

Initial commit of CLFS3 changes, pt2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    ree21f67 r2639f65  
    118118    case $PROGNAME in
    119119      clfs2 ) TREE=branches/clfs-2.0/BOOK ;;
     120      clfs3 ) TREE=branches/clfs-3.0/BOOK ;;
    120121           *) TREE=trunk/BOOK ;;
    121122    esac
     
    135136        TREE=tags/${BRANCH_ID}/BOOK
    136137        ;;
    137       clfs | clfs2 )
     138      clfs | clfs2 | clfs3)
    138139        LFSVRS=${BRANCH_ID}
    139140        TREE=tags/${BRANCH_ID}
     
    429430if [[ "$REBUILD_MAKEFILE" = "y" ]] ; then
    430431  case $PROGNAME in
    431     clfs | clfs2 )
     432    clfs | clfs2 | clfs3 )
    432433      VERSION=$(xmllint --noent $JHALFSDIR/$BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //'  -e 's/<\/.*//') ;;
    433434    *)
Note: See TracChangeset for help on using the changeset viewer.