Skip to content

Commit ed09ce2

Browse files
committed
Reintroducing OS compatible SHELLFLAGS
1 parent d168f47 commit ed09ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include $(REPO_ROOT)/versions.mk
1717
# Ensure Make is run with bash shell as some syntax below is bash-specific
1818
SHELL:=bash
1919
.ONESHELL:
20-
# .SHELLFLAGS := -eu -o pipefail -c
20+
.SHELLFLAGS := -euc # No spaces allowed in linux SHELLFLAGS, so omitting -o pipefail
2121
.DELETE_ON_ERROR:
2222
MAKEFLAGS += --no-builtin-rules
2323

0 commit comments

Comments
 (0)