From 12329eba3268b3565edf50d6d5d96eefe4bb3072 Mon Sep 17 00:00:00 2001 From: Tobias Giese Date: Thu, 4 Nov 2021 15:38:47 +0100 Subject: [PATCH] Remove .EXPORT_ALL_VARIABLES from common.mk Signed-off-by: Tobias Giese --- common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/common.mk b/common.mk index 44211768a7..ec092e7f1a 100644 --- a/common.mk +++ b/common.mk @@ -17,7 +17,6 @@ include $(ROOT_DIR_RELATIVE)/versions.mk # Ensure Make is run with bash shell as some syntax below is bash-specific SHELL:=bash .ONESHELL: -.EXPORT_ALL_VARIABLES: .SHELLFLAGS := -eu -o pipefail -c .DELETE_ON_ERROR: MAKEFLAGS += --no-builtin-rules