Makefile: set timezone to UTC
This is necessary for reproducible image builds. Signed-off-by: bryan newbold <bnewbold@robocracy.org> SVN-Revision: 48538
This commit is contained in:
parent
eb47ddd557
commit
868d5f9ae9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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)
|
||||||
|
|
Loading…
Reference in a new issue