Merged rev 2207 to 0.2 branch

This commit is contained in:
Jeremy Huntwork 2005-11-24 22:15:38 +00:00
parent 1db9dcac6d
commit 61784cd7f2
2 changed files with 7 additions and 1 deletions

4
jhalfs
View file

@ -1120,6 +1120,10 @@ fi
[[ ! -d $LOGDIR ]] && mkdir -v $LOGDIR [[ ! -d $LOGDIR ]] && mkdir -v $LOGDIR
>$LOGDIR/$LOG >$LOGDIR/$LOG
if [ -z $BOOK ] ; then
BOOK=lfs-$LFSVRS
fi
get_book get_book
build_Makefile build_Makefile
run_make run_make

View file

@ -61,4 +61,6 @@ JHALFSDIR=$BUILDDIR/jhalfs
LFSVRS=development LFSVRS=development
#--- Book's sources directory #--- Book's sources directory
BOOK=lfs-$LFSVRS # Uncomment this variable if you have previously checked
# out the book from the repository
# BOOK=/path/to/book