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>
Wed, 1 Aug 2012 20:31:38 +0000 (21:31 +0100)
commit8098bc2b8468ef01d66e9dc26723da3521aa2c5a
treed98a491f4e696488b9971f3ba51cc3bbb43501ca
parentbdc7368f4fca9d8088190ce40a6c10744f276862
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