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, 8 Aug 2012 17:45:37 +0000 (18:45 +0100)
commit3f7781d27a680fa4faeb5d7f38250e4877632ce3
treeeb35f0d7db096a862ee737a5537019f96d6e6f16
parent83dcad520f19d2ea6f1164b9c04e1430b679b3e2
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