make: add --no-print-directory when using --quiet
commit452e47aaded66e540fee449c3017471fd554230c
authorKyle J. McKay <mackyle@gmail.com>
Wed, 3 Sep 2014 05:10:34 +0000 (2 22:10 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 3 Sep 2014 05:10:34 +0000 (2 22:10 -0700)
treeb472ef672f59b9ab3f01d7095e1af941bc4ea580
parent61f51ebd85128f2c442f5fc5b08165640936307a
make: add --no-print-directory when using --quiet

The point of using --quiet was to avoid showing anything if
nothing needs to be built.  However, without also passing
--no-print-directory directory changes will be shown when
running make with the -C option.  Also in order to shut
up the Git makefile we addtionally need to set NO_SUBDIR=:
when making gitweb.

Add --no-print-directory wherever we use --quiet and also
NO_SUBDIR=: when making gitweb with --quiet.
Makefile
install.sh