From 61784cd7f2f41a0065664d8944c547ba05e3f07a Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 24 Nov 2005 22:15:38 +0000 Subject: [PATCH] Merged rev 2207 to 0.2 branch --- jhalfs | 4 ++++ jhalfs.conf | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 786d505..dd29f8c 100755 --- a/jhalfs +++ b/jhalfs @@ -1120,6 +1120,10 @@ fi [[ ! -d $LOGDIR ]] && mkdir -v $LOGDIR >$LOGDIR/$LOG +if [ -z $BOOK ] ; then + BOOK=lfs-$LFSVRS +fi + get_book build_Makefile run_make diff --git a/jhalfs.conf b/jhalfs.conf index aac97a0..f5c2434 100644 --- a/jhalfs.conf +++ b/jhalfs.conf @@ -61,4 +61,6 @@ JHALFSDIR=$BUILDDIR/jhalfs LFSVRS=development #--- 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