mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Change how SHELL is set for all calc Makefiles
Using /bin/sh on macOS due to how zsh treats globs by default.
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
# SHELL= /bin/sh
|
# SHELL= /bin/sh
|
||||||
#
|
#
|
||||||
SHELL= /bin/bash
|
SHELL= /bin/bash
|
||||||
|
#SHELL= /bin/sh
|
||||||
#if 0 /* start of skip for non-Gnu makefiles */
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
ifeq ($(target),Darwin)
|
ifeq ($(target),Darwin)
|
||||||
SHELL:= /bin/sh
|
SHELL:= /bin/sh
|
||||||
|
14
cal/Makefile
14
cal/Makefile
@@ -48,14 +48,18 @@
|
|||||||
#
|
#
|
||||||
# On some systems such as macOS, the bash shell is very
|
# On some systems such as macOS, the bash shell is very
|
||||||
# far behind to the point where is cannot be depended on.
|
# far behind to the point where is cannot be depended on.
|
||||||
# On such systems, the zsh may be a much better alternative
|
# On such systems, the sh may be a much better alternative
|
||||||
# shell for this Makefile to use:
|
# shell for this Makefile to use:
|
||||||
#
|
#
|
||||||
# SHELL= /bin/zsh
|
# SHELL= /bin/sh
|
||||||
#
|
#
|
||||||
SHELL= /bin/sh
|
SHELL= /bin/bash
|
||||||
#SHELL= /bin/bash
|
#SHELL= /bin/sh
|
||||||
#SHELL= /bin/zsh
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
|
ifeq ($(target),Darwin)
|
||||||
|
SHELL:= /bin/zsh
|
||||||
|
endif
|
||||||
|
#endif /* end of skip for non-Gnu makefiles */
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
@@ -47,14 +47,18 @@
|
|||||||
#
|
#
|
||||||
# On some systems such as macOS, the bash shell is very
|
# On some systems such as macOS, the bash shell is very
|
||||||
# far behind to the point where is cannot be depended on.
|
# far behind to the point where is cannot be depended on.
|
||||||
# On such systems, the zsh may be a much better alternative
|
# On such systems, the sh may be a much better alternative
|
||||||
# shell for this Makefile to use:
|
# shell for this Makefile to use:
|
||||||
#
|
#
|
||||||
# SHELL= /bin/zsh
|
# SHELL= /bin/sh
|
||||||
#
|
#
|
||||||
SHELL= /bin/sh
|
SHELL= /bin/bash
|
||||||
#SHELL= /bin/bash
|
#SHELL= /bin/sh
|
||||||
#SHELL= /bin/zsh
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
|
ifeq ($(target),Darwin)
|
||||||
|
SHELL:= /bin/zsh
|
||||||
|
endif
|
||||||
|
#endif /* end of skip for non-Gnu makefiles */
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
@@ -73,6 +73,7 @@
|
|||||||
# SHELL= /bin/zsh
|
# SHELL= /bin/zsh
|
||||||
#
|
#
|
||||||
SHELL= /bin/bash
|
SHELL= /bin/bash
|
||||||
|
#SHELL= /bin/sh
|
||||||
#if 0 /* start of skip for non-Gnu makefiles */
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
ifeq ($(target),Darwin)
|
ifeq ($(target),Darwin)
|
||||||
SHELL:= /bin/zsh
|
SHELL:= /bin/zsh
|
||||||
|
@@ -73,6 +73,7 @@
|
|||||||
# SHELL= /bin/zsh
|
# SHELL= /bin/zsh
|
||||||
#
|
#
|
||||||
SHELL= /bin/bash
|
SHELL= /bin/bash
|
||||||
|
#SHELL= /bin/sh
|
||||||
#if 0 /* start of skip for non-Gnu makefiles */
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
ifeq ($(target),Darwin)
|
ifeq ($(target),Darwin)
|
||||||
SHELL:= /bin/zsh
|
SHELL:= /bin/zsh
|
||||||
|
@@ -48,14 +48,18 @@
|
|||||||
#
|
#
|
||||||
# On some systems such as macOS, the bash shell is very
|
# On some systems such as macOS, the bash shell is very
|
||||||
# far behind to the point where is cannot be depended on.
|
# far behind to the point where is cannot be depended on.
|
||||||
# On such systems, the zsh may be a much better alternative
|
# On such systems, the sh may be a much better alternative
|
||||||
# shell for this Makefile to use:
|
# shell for this Makefile to use:
|
||||||
#
|
#
|
||||||
# SHELL= /bin/zsh
|
# SHELL= /bin/sh
|
||||||
#
|
#
|
||||||
SHELL= /bin/sh
|
SHELL= /bin/bash
|
||||||
#SHELL= /bin/bash
|
#SHELL= /bin/sh
|
||||||
#SHELL= /bin/zsh
|
#if 0 /* start of skip for non-Gnu makefiles */
|
||||||
|
ifeq ($(target),Darwin)
|
||||||
|
SHELL:= /bin/zsh
|
||||||
|
endif
|
||||||
|
#endif /* end of skip for non-Gnu makefiles */
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
Reference in New Issue
Block a user