This commits removes the unused `$(DATE)` variable from the build
system. Build time and date is available with the `$(HOSTUTC)`
variable.
Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Reviewed-by: Rares Miculescu <miculescur@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #1127
export UK_FULLVERSION := $(UK_VERSION).$(UK_SUBVERSION)$(shell cd $(CONFIG_UK_BASE); $(SCRIPTS_DIR)/gitsha1)
endif
-export DATE := $(shell date +%Y%m%d)
-
# Makefile targets
null_targets := print-version print-vars help
nokconfig_targets := properclean distclean $(null_targets)