STYLE: avoid specifying the path to 'date' (issue #364)

- this is apparently not uniform across systems

STYLE: unify the date format in logfile
This commit is contained in:
Mark Olesen 2016-12-23 08:03:09 +01:00
parent ed20508db0
commit 195a37cdb5

View File

@ -40,7 +40,7 @@ applications/Allwmake $targetType $*
# Some summary information # Some summary information
echo echo
/usr/bin/date date "+%Y-%m-%d %H:%M:%S %z" 2>/dev/null || echo "date is unknown"
echo "========================================" echo "========================================"
echo " ${WM_PROJECT_DIR##*/}" echo " ${WM_PROJECT_DIR##*/}"
echo " $WM_COMPILER $WM_COMPILER_TYPE compiler" echo " $WM_COMPILER $WM_COMPILER_TYPE compiler"