Added error msg
This commit is contained in:
parent
910206c592
commit
26906e0f8f
1 changed files with 5 additions and 1 deletions
|
@ -51,6 +51,11 @@ while [ 0 ]; do
|
|||
fi
|
||||
fi
|
||||
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
|
||||
|
@ -87,7 +92,6 @@ declare BLFS_XML
|
|||
declare VERBOSITY=1
|
||||
[[ -z $SUDO ]] && SUDO=y
|
||||
|
||||
|
||||
#---------------------
|
||||
# Constants
|
||||
source libs/constants.inc
|
||||
|
|
Reference in a new issue