Skip to content

Commit

Permalink
Remove .EXPORT_ALL_VARIABLES from common.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Giese <[email protected]>
  • Loading branch information
tobiasgiese committed Nov 4, 2021
1 parent 1b66d96 commit 12329eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12329eb

Please sign in to comment.