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:
parent
ed20508db0
commit
195a37cdb5
2
Allwmake
2
Allwmake
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user