remove the no empty build dir guard (buggy anyway) and cosmetics in a comment

This commit is contained in:
Pierre Labastie 2012-02-29 13:22:01 +00:00
parent b9c5dc9d7b
commit 63e068c48e

9
jhalfs
View file

@ -352,12 +352,6 @@ fi
if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
# If $BUILDDIR has subdirectories like tools/ or bin/, stop the run
# and notify the user about that.
if [ -d $BUILDDIR/tools -o -d $BUILDDIR/bin ] && [ -z $CLEAN ] ; then
eval "$no_empty_builddir"
fi
# If requested, clean the build directory
clean_builddir
@ -469,7 +463,8 @@ if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
fi
# When regenerating the Makefile, we need to know also the canonical book version
# When regenerating the Makefile, we need to know also the
# canonical book version
if [[ "$REBUILD_MAKEFILE" = "y" ]] ; then
case $PROGNAME in
clfs | clfs2 | clfs3 )