Alexander Couzens has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35391 )
Change subject: Makefile: set TZ LANG LC_ALL ......................................................................
Makefile: set TZ LANG LC_ALL
To be reproducible, TZ LANG LC_ALL should be set early in the build process to be always used.
Change-Id: Iad802968347c8d41f974af930e0d0ad5b66719cb --- M Makefile 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/35391/1
diff --git a/Makefile b/Makefile index f0a22a5..deb80a4 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,11 @@ objk := $(objutil)/kconfig absobj := $(abspath $(obj))
+LC_ALL:=C +LANG:=C +TZ:=UTC0 +export LC_ALL LANG TZ + COREBOOT_EXPORTS := COREBOOT_EXPORTS COREBOOT_EXPORTS += top src srck obj objutil objk