all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Juanma Barranquero <lekktu@gmail.com>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: Any idea why "make V=1" isn't working for me?
Date: Fri, 9 Oct 2015 22:07:47 -0700	[thread overview]
Message-ID: <56189D23.4090707@cs.ucla.edu> (raw)
In-Reply-To: <CAAeL0STfaqTZPOc6xW3_2bKJHhkw2LDKEizss+GSkyezFeS3aQ@mail.gmail.com>

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'.



  reply	other threads:[~2015-10-10  5:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09  9:53 Any idea why "make V=1" isn't working for me? Juanma Barranquero
2015-10-10  5:07 ` Paul Eggert [this message]
2015-10-10  8:48   ` Eli Zaretskii
2015-10-10  8:51 ` Eli Zaretskii
2015-10-10 10:08   ` Juanma Barranquero
2015-10-10 11:10     ` Eli Zaretskii
2015-10-10 11:32       ` Juanma Barranquero
2015-10-10 12:23         ` Eli Zaretskii
2015-10-10 13:19           ` Juanma Barranquero
2015-10-10 14:12             ` Eli Zaretskii
2015-10-10 14:18               ` Juanma Barranquero
2015-10-10 14:32                 ` Eli Zaretskii
2015-10-10 14:53                   ` Juanma Barranquero
2015-10-10 15:33                     ` Eli Zaretskii
2015-10-10 23:57                       ` Juanma Barranquero
2015-10-11 15:03                         ` Eli Zaretskii
2015-10-12  1:50                           ` Juanma Barranquero
2015-10-12 17:11                             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56189D23.4090707@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.