From: nbd Date: Thu, 28 Jan 2016 22:42:18 +0000 (+0000) Subject: Makefile: set timezone to UTC X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=97b5ada09739d365c716f74fa02d01ce63bdb429;p=openwrt.git Makefile: set timezone to UTC This is necessary for reproducible image builds. Signed-off-by: bryan newbold git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)