lib/Makefile: show commands with V=1
authorAlexey Tourbin <alexey.tourbin@gmail.com>
Sat, 28 Apr 2018 04:16:46 +0000 (07:16 +0300)
committerAlexey Tourbin <alexey.tourbin@gmail.com>
Sat, 28 Apr 2018 04:22:26 +0000 (07:22 +0300)
commit69242a8a0821fb3157f1d28e0c07f3210a7fca52
treeb36b557041358090bbb020dece86ee758167972a
parent1e6ca25af3a0906f4b2cd8fd8f9e732bc7ee0eac
lib/Makefile: show commands with V=1

`make V=1` will now show the commands executed to build the library.
A similar technique is used in e.g. linux/Makefile.

The bulk of this change is produced with the following vim command:

    :g!/^\t@echo\>/s/^\t@/\t\$(Q)/
lib/Makefile