X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ebe4af54bde52ca8182e97a3dc8d25449b9c1dbc..7da963e5f936a329b63c308e4031b59390f42a92:/projects/sgconv/build diff --git a/projects/sgconv/build b/projects/sgconv/build index 3c337df8..a458e05f 100755 --- a/projects/sgconv/build +++ b/projects/sgconv/build @@ -62,7 +62,7 @@ fi if [ "$OS" = "unknown" ] then printf "#############################################################################\n" - printf "# Sorry, but sgconv currently supported by Linux, FreeBSD 4.x, 5.x, 6.x #\n" + printf "# Sorry, but sgconv is currently supported by Linux, FreeBSD and Darwin. #\n" printf "#############################################################################\n" exit 1 fi @@ -311,5 +311,9 @@ printf "VAR_DIR=$VAR_DIR\n" >> $CONFFILE mkdir -p ../stargazer/modules -$MAKE $MAKEOPTS - +if [ "$1" != "debug" ] +then + $MAKE $MAKEOPTS +else + printf "\n\n\nDebug build. Type $MAKE explicitly\n" +fi