We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d168f47 commit ed09ce2Copy full SHA for ed09ce2
common.mk
@@ -17,7 +17,7 @@ include $(REPO_ROOT)/versions.mk
17
# Ensure Make is run with bash shell as some syntax below is bash-specific
18
SHELL:=bash
19
.ONESHELL:
20
-# .SHELLFLAGS := -eu -o pipefail -c
+.SHELLFLAGS := -euc # No spaces allowed in linux SHELLFLAGS, so omitting -o pipefail
21
.DELETE_ON_ERROR:
22
MAKEFLAGS += --no-builtin-rules
23
0 commit comments