mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-08 07:49:21 +01:00
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
3
Makefile
3
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)
|
||||
|
Loading…
Reference in New Issue
Block a user