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

Alexander Couzens lynxis at fe80.eu
Mon Jan 25 15:49:23 EST 2016


From: bryan newbold <bnewbold at robocracy.org>

This is necessary for reproducible image builds.

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

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)
-- 
2.7.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list