Makefile: set timezone to UTC

This is necessary for reproducible image builds.

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

SVN-Revision: 48538
This commit is contained in:
Felix Fietkau 2016-01-28 22:42:18 +00:00
parent eb47ddd557
commit 868d5f9ae9
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
TOPDIR:=${CURDIR}
LC_ALL:=C
LANG:=C
export TOPDIR LC_ALL LANG
TZ:=UTC
export TOPDIR LC_ALL LANG TZ
empty:=
space:= $(empty) $(empty)