mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
makefile: Set SHELL to bash.
The makefile contains several bash-isms so set the SHELL variable to bash. This fixes build errors on platforms where /bin/sh does not support bash extensions. Signed-off-by: Huw Davies <huw@codeweavers.com>
This commit is contained in:
parent
b14b9ed721
commit
e47e856563
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
## Nested make
|
## Nested make
|
||||||
##
|
##
|
||||||
|
|
||||||
|
SHELL := /bin/bash
|
||||||
|
|
||||||
ifneq ($(NO_NESTED_MAKE),1)
|
ifneq ($(NO_NESTED_MAKE),1)
|
||||||
# Pass all variables/goals to ourselves as a sub-make such that we will get a trailing error message upon failure. (We
|
# Pass all variables/goals to ourselves as a sub-make such that we will get a trailing error message upon failure. (We
|
||||||
# invoke a lot of long-running build-steps, and make fails to re-print errors when they happened ten thousand lines
|
# invoke a lot of long-running build-steps, and make fails to re-print errors when they happened ten thousand lines
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue