aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-28 22:42:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-28 22:42:18 +0000
commit868d5f9ae92cf6c3a2b6d64af161645e6cef3db3 (patch)
tree2d330a8d6b10feda3829a6c295708694da7de5d4 /Makefile
parenteb47ddd55710729036bfd67f2e71c1d8abbd6819 (diff)
downloadupstream-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.tar.gz
upstream-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.tar.bz2
upstream-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.zip
Makefile: set timezone to UTC
This is necessary for reproducible image builds. Signed-off-by: bryan newbold <bnewbold@robocracy.org> SVN-Revision: 48538
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a12e3ea49a..8ba2bfc2cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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)