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:11:16 +0000 (19:11 +0100)
commit3afb003abe4aed7ed33159751fc0423ad4f5e1da
tree0f4749fc55a84a1d7a6a8ba5539b96ad503c0480
parent8e56383c4b4d91986f73ae7278a06595f2201f9e
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