X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ab2f65a4271701388a6baef4350ed6cb6dcecb8c..7da963e5f936a329b63c308e4031b59390f42a92:/projects/sgconf/build diff --git a/projects/sgconf/build b/projects/sgconf/build index 8431474d..721d507c 100755 --- a/projects/sgconf/build +++ b/projects/sgconf/build @@ -61,7 +61,7 @@ fi if [ "$OS" = "unknown" ] then printf "#############################################################################\n" - printf "# Sorry, but sgconf currently supported by Linux, FreeBSD 4.x, 5.x, 6.x #\n" + printf "# Sorry, but sgconf is currently supported by Linux, FreeBSD and Darwin. #\n" printf "#############################################################################\n" exit 1 fi @@ -200,5 +200,9 @@ printf "DATA_MODE=$DATA_MODE\n" >> $CONFFILE printf "DIR_MODE=$DIR_MODE\n" >> $CONFFILE printf "OWNER=$OWNER\n" >> $CONFFILE -$MAKE $MAKEOPTS - +if [ "$1" != "debug" ] +then + $MAKE $MAKEOPTS +else + printf "\n\n\nDebug build. Type $MAKE explicitly\n" +fi