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 16:58:04 +0000 (17:58 +0100)
commite5bcc15b1d07b2f3a237ce92d6c0a4071e2d73e7
treea7ceab8ef30dc49cd9931d571fb7ce62ef1fd67d
parent2449e9fec7791468f9221832c67d6d0327818a6b
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