chiark / gitweb /
Makefile: support V=1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Aug 2012 20:31:38 +0000 (21:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:20:23 +0000 (19:20 +0100)
commit5f826531e0328e319ddb53617e4f3ade33537c92
treefe29c935d597df4792c2f9c33288912120351048
parent79afa80f1a7740edceceb4a4deda713d9b55960e
Makefile: support V=1

Often it can be useful to see the actual commands being run by make.
Other projects (eg, the Linux kernel) support this with a "V=1" make
parameter.  Do the same here.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Marlin/Makefile