Преглед изворни кода

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}
 TOPDIR:=${CURDIR}
 LC_ALL:=C
 LC_ALL:=C
 LANG:=C
 LANG:=C
-export TOPDIR LC_ALL LANG
+TZ:=UTC
+export TOPDIR LC_ALL LANG TZ
 
 
 empty:=
 empty:=
 space:= $(empty) $(empty)
 space:= $(empty) $(empty)