|
@@ -248,9 +248,9 @@ endif
|
|
|
|
|
|
# timezone and locale may affect build output
|
|
# timezone and locale may affect build output
|
|
ifeq ($(BR2_REPRODUCIBLE),y)
|
|
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
|
|
export GZIP = -n
|
|
BR2_VERSION_GIT_EPOCH = $(shell GIT_DIR=$(TOPDIR)/.git $(GIT) log -1 --format=%at)
|
|
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))
|
|
export SOURCE_DATE_EPOCH = $(if $(wildcard $(TOPDIR)/.git),$(BR2_VERSION_GIT_EPOCH),$(BR2_VERSION_EPOCH))
|