Added error msg

This commit is contained in:
George Boudreau 2006-08-22 03:17:21 +00:00
parent 910206c592
commit 26906e0f8f

View file

@ -51,6 +51,11 @@ while [ 0 ]; do
fi fi
fi fi
done <$ConfigFile done <$ConfigFile
if [[ $optTARGET = "" ]]; then
echo -e "\n>>> NO TARGET SELECTED.. applicaton terminated"
echo -e " Run <make> again and select a package to build\n"
exit 0
fi
# #
# Regenerate the META-package dependencies from the configuration file # Regenerate the META-package dependencies from the configuration file
@ -87,7 +92,6 @@ declare BLFS_XML
declare VERBOSITY=1 declare VERBOSITY=1
[[ -z $SUDO ]] && SUDO=y [[ -z $SUDO ]] && SUDO=y
#--------------------- #---------------------
# Constants # Constants
source libs/constants.inc source libs/constants.inc