More verbose output on linux

This commit is contained in:
Jan Möbius
2016-05-12 12:34:55 +02:00
parent 3a47e52afa
commit aafa29445a

View File

@@ -43,6 +43,21 @@ OUTPUT='\033[0;32m'
WARNING='\033[0;93m' WARNING='\033[0;93m'
echo -e "${OUTPUT}"
echo ""
echo "======================================================================"
echo "Basic configuration details:"
echo "======================================================================"
echo -e "${NC}"
echo "Compiler: $COMPILER"
echo "Options: $OPTIONS"
echo "Language: $LANGUAGE"
echo "Make Options: $OPTIONS"
echo "BuildPath: $BUILDPATH"
echo "Path: $PATH"
echo "Language: $LANGUAGE"
echo -e "${OUTPUT}" echo -e "${OUTPUT}"
echo "" echo ""
echo "======================================================================" echo "======================================================================"