mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
drop oneshell from makefile
It's preventing @ prefixes on subsequent lines from being honored.
This commit is contained in:
parent
e5c4618a9a
commit
ad703f9631
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -1,7 +1,6 @@
|
||||||
PREFIX := /usr
|
PREFIX := /usr
|
||||||
SHELL := bash
|
SHELL := bash
|
||||||
.SHELLFLAGS := -eu -o pipefail -c
|
.SHELLFLAGS := -eu -o pipefail -c
|
||||||
.ONESHELL:
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue