diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:18 +0000 |
commit | 868d5f9ae92cf6c3a2b6d64af161645e6cef3db3 (patch) | |
tree | 2d330a8d6b10feda3829a6c295708694da7de5d4 /Makefile | |
parent | eb47ddd55710729036bfd67f2e71c1d8abbd6819 (diff) | |
download | mtk-20170518-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.zip mtk-20170518-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.tar.gz mtk-20170518-868d5f9ae92cf6c3a2b6d64af161645e6cef3db3.tar.bz2 |
Makefile: set timezone to UTC
This is necessary for reproducible image builds.
Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48538
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |