don't require bash
This commit is contained in:
parent
088a5b550d
commit
8761613899
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
DIR="$(dirname $0)"
|
DIR="$(dirname $0)"
|
||||||
PREV_BQN="$DIR/obj2/for_build4"
|
PREV_BQN="$DIR/obj2/for_build4"
|
||||||
if [ ! -f "$PREV_BQN" ]; then
|
if [ ! -f "$PREV_BQN" ]; then
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
SHELL = /usr/bin/env bash
|
SHELL = /usr/bin/env sh
|
||||||
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
|
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
|
||||||
MAKEHERE = "$(MAKE) -f build/makefile"
|
MAKEHERE = "$(MAKE) -f build/makefile"
|
||||||
# note: do not manually define any i_… arguments, or incremental compiling may not work properly!
|
# note: do not manually define any i_… arguments, or incremental compiling may not work properly!
|
||||||
|
|||||||
2
makefile
2
makefile
@ -1,4 +1,4 @@
|
|||||||
SHELL = /usr/bin/env bash
|
SHELL = /usr/bin/env sh
|
||||||
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
|
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
|
||||||
|
|
||||||
default: o3
|
default: o3
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||||
exit
|
exit
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||||
exit
|
exit
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user