projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb47ddd
)
Makefile: set timezone to UTC
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jan 2016 22:42:18 +0000
(22:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jan 2016 22:42:18 +0000
(22:42 +0000)
This is necessary for reproducible image builds.
Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48538
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a12e3ea49a64d7337e648ac89e00655bf624e81b..8ba2bfc2cc79544a371b21630ff3c8f67c0d63b0 100644
(file)
--- a/
Makefile
+++ b/
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)