Author: nbd Date: 2016-01-28 23:42:18 +0100 (Thu, 28 Jan 2016) New Revision: 48538
Modified: trunk/Makefile Log: Makefile: set timezone to UTC This is necessary for reproducible image builds. Signed-off-by: bryan newbold <[email protected]> Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2016-01-28 22:42:14 UTC (rev 48537) +++ trunk/Makefile 2016-01-28 22:42:18 UTC (rev 48538) @@ -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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
