gnomake: suppress unwanted gratuitous "Entering directory ..." lines
commit782b36543a06c3613031cd9cc5447cdd2124d284
authorKyle J. McKay <mackyle@gmail.com>
Wed, 14 Jun 2017 01:52:39 +0000 (13 18:52 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 14 Jun 2017 01:52:39 +0000 (13 18:52 -0700)
tree5093d0d4fb65ade5663ed14fc27a70c020c02950
parentae44ced8e07112660b6662db14c74a7ba6a3f3cb
gnomake: suppress unwanted gratuitous "Entering directory ..." lines

If the "Entering directory ..." lines have not been explicitly
requested via the -w (aka --print-directory) option then suppress
them for all but real sub make operations.

But do it carefully so it works with makes that do not understand
the option.

Also take this opportunity to sneak in two new gnomake functions
vplus and vpre.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile
Makefile.sh
gnomake.sh
t/Makefile
t/Makefile.mak
t/Makefile.sh