diff mbox

[OpenWrt-Devel,01/13] Makefile: set timezone to UTC

Message ID 1453754975-18721-2-git-send-email-lynxis@fe80.eu
State Accepted
Headers show

Commit Message

Alexander 'lynxis' Couzens Jan. 25, 2016, 8:49 p.m. UTC
From: bryan newbold <bnewbold@robocracy.org>

This is necessary for reproducible image builds.

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index a12e3ea..8ba2bfc 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)