Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
868d5f9ae9
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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)