We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4c1c46 + 20e95ed commit 0388cc9Copy full SHA for 0388cc9
common.mk
@@ -17,7 +17,8 @@ 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 := -euc # No spaces allowed in linux SHELLFLAGS, so omitting -o pipefail
+# No spaces allowed in linux SHELLFLAGS, so omitting -o pipefail
21
+.SHELLFLAGS := -euc
22
.DELETE_ON_ERROR:
23
MAKEFLAGS += --no-builtin-rules
24
0 commit comments