mirror of https://github.com/xqemu/xqemu.git
build: Use bash
This commit is contained in:
parent
8e9fe7e054
commit
832b441427
3
Makefile
3
Makefile
|
@ -6,6 +6,9 @@ BUILD_DIR=$(CURDIR)
|
||||||
# Before including a proper config-host.mak, assume we are in the source tree
|
# Before including a proper config-host.mak, assume we are in the source tree
|
||||||
SRC_PATH=.
|
SRC_PATH=.
|
||||||
|
|
||||||
|
# Use bash as sh if-statement evaluation is wonky
|
||||||
|
SHELL := /usr/bin/env bash
|
||||||
|
|
||||||
UNCHECKED_GOALS := %clean TAGS cscope ctags dist \
|
UNCHECKED_GOALS := %clean TAGS cscope ctags dist \
|
||||||
html info pdf txt \
|
html info pdf txt \
|
||||||
help check-help print-% \
|
help check-help print-% \
|
||||||
|
|
Loading…
Reference in New Issue