Skip to content
Snippets Groups Projects
Commit 868d5f9a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

Makefile: set timezone to UTC


This is necessary for reproducible image builds.

Signed-off-by: default avatarbryan newbold <bnewbold@robocracy.org>

SVN-Revision: 48538
parent eb47ddd5
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
TOPDIR:=${CURDIR} TOPDIR:=${CURDIR}
LC_ALL:=C LC_ALL:=C
LANG:=C LANG:=C
export TOPDIR LC_ALL LANG TZ:=UTC
export TOPDIR LC_ALL LANG TZ
empty:= empty:=
space:= $(empty) $(empty) space:= $(empty) $(empty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment