From: Felix Fietkau Date: Thu, 28 Jan 2016 22:42:18 +0000 (+0000) Subject: Makefile: set timezone to UTC X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=868d5f9ae92cf6c3a2b6d64af161645e6cef3db3 Makefile: set timezone to UTC This is necessary for reproducible image builds. Signed-off-by: bryan newbold SVN-Revision: 48538 --- 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)