Fixed makefile
-o pipefail is a bashism and does not work with /bin/sh (dash) on debian
This commit is contained in:
parent
5e4d09a6d7
commit
4df03f3242
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
SHELL := bash
|
||||||
.SHELLFLAGS := -eu -o pipefail -c
|
.SHELLFLAGS := -eu -o pipefail -c
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
Loading…
Add table
Reference in a new issue