make: clean up some of the make command logic
commit49428747fe11e4bd576ad59590169c3a091f4e54
authorKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 22:33:19 +0000 (19 15:33 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 22:33:19 +0000 (19 15:33 -0700)
tree3d34a3a49ed28f220abb6c35064ae76ca18f3bf1
parentccd6f28070d790d86dd84d720f13b0560ea3a1bf
make: clean up some of the make command logic

This partially reverts 6a3e4612 (Tolerate GNU make that is not named
"make") as we now use a GNUmakefile instead of a Makefile.  This
makes some of the ugliness go away.

Note that we must change "--quiet" to "-s" (for silent) to be
compatible with POSIX make options.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
GNUmakefile
INSTALL
install.sh
jobs/updateweb.sh