In my Makefile I want to create an environment variable using the current date and time. Pseudo code:
LOG_FILE := $LOG_PATH + $SYSTEM_DATE + $SYSTEM_TIME