Since a non-cygwin gmake trips up the github cygwin action, let's just
require that the user put a good "make" early on their path (a simple
`ln -s `which gmake` ~/bin/make` with the right $PATH works fine).
export LANG=C
-make=`which gmake 2>/dev/null` || make=make
-
branch=`packaging/prep-auto-dir`
if test x"$branch" = x; then
srcdir=.
./config.status
-$make all
+make all
if test x"$1" = x"check"; then
- $make check
+ make check
fi
for action in "${@}"; do
case "$action" in
build|make)
- make=`which gmake 2>/dev/null` || make=make
- $make -f "$dir/prepare-source.mak"
+ make -f "$dir/prepare-source.mak"
;;
fetch|fetchgen)
if test "$action" = fetchgen; then