[Buildroot] [PATCH v4 18/18] reproducible: fix coding style

Jérôme Pouiller jezz at sysmic.org
Wed Nov 23 12:58:57 UTC 2016


Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
---
Notes:
   v3:
     - New patch (Arnout)

 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 819c8df..d965304 100644
--- a/Makefile
+++ b/Makefile
@@ -248,9 +248,9 @@ endif
 
 # timezone and locale may affect build output
 ifeq ($(BR2_REPRODUCIBLE),y)
-export TZ=UTC
-export LANG=C
-export LC_ALL=C
+export TZ = UTC
+export LANG = C
+export LC_ALL = C
 export GZIP = -n
 BR2_VERSION_GIT_EPOCH = $(shell GIT_DIR=$(TOPDIR)/.git $(GIT) log -1 --format=%at)
 export SOURCE_DATE_EPOCH = $(if $(wildcard $(TOPDIR)/.git),$(BR2_VERSION_GIT_EPOCH),$(BR2_VERSION_EPOCH))
-- 
1.9.1



More information about the buildroot mailing list