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
commit447709d50ff1c2054eb26c1123a529acb42883e0 (patch)
treefa437dda77d1b73abd0450796b227d8cba045800 /Makefile
parenteba8037c5db4f2b018d840077be7511b436a8db8 (diff)
downloadmaster-187ad058-447709d50ff1c2054eb26c1123a529acb42883e0.tar.gz
master-187ad058-447709d50ff1c2054eb26c1123a529acb42883e0.tar.bz2
master-187ad058-447709d50ff1c2054eb26c1123a529acb42883e0.zip
Makefile: set timezone to UTC
This is necessary for reproducible image builds. Signed-off-by: bryan newbold <bnewbold@robocracy.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48538 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)