aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8c80ee2a..ac0e90e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ ifeq ("$(shell git diff --shortstat)", "")
else
REV=$(GITREV)+
endif
-GITREVDATE=$(shell git log -n 1 --format="%cd")
+GITREVDATE=$(shell git log -n 1 --format="%cd" --date=format:%Y%m%d-%H%M%S)
# Don't generate symbol table and DWARF debug info.
# Reduces build time and binary sizes considerably.