浏览代码

Makefile: set timezone to UTC

This is necessary for reproducible image builds.

Signed-off-by: bryan newbold <[email protected]>

SVN-Revision: 48538
Felix Fietkau 9 年之前
父节点
当前提交
868d5f9ae9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
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)