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)"
|
||||
PREV_BQN="$DIR/obj2/for_build4"
|
||||
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
|
||||
MAKEHERE = "$(MAKE) -f build/makefile"
|
||||
# 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
|
||||
|
||||
default: o3
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||
exit
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||
exit
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: $0 path/to/mlochbaum/BQN"
|
||||
exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user