|
From: | Paul Eggert |
Subject: | Re: Any idea why "make V=1" isn't working for me? |
Date: | Fri, 9 Oct 2015 22:07:47 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Juanma Barranquero wrote:
Shouldn't "make V=1" show the full command?
Possibly it's your 'make' implementation. 'make V=1' is more-verbose only if your 'make' groks nested variable expansions (a GNU extension to POSIX). If your 'make' doesn't support this feature, the 'V=1' is ineffective, and you have to enable verbosity at configure-time instead. By default, verbosity is disabled because Emacs's configure.ac contains 'AM_SILENT_RULES([yes])'; if you are using a non-GNU 'make' and want verbose output you can configure with './configure --disable-silent-rules'.
[Prev in Thread] | Current Thread | [Next in Thread] |