unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Any idea why "make V=1" isn't working for me?
Date: Sat, 10 Oct 2015 11:51:35 +0300	[thread overview]
Message-ID: <83612ft8bs.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0STfaqTZPOc6xW3_2bKJHhkw2LDKEizss+GSkyezFeS3aQ@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Fri, 9 Oct 2015 11:53:49 +0200
> 
> Juanma@ODIEONE /c/Devel/emacs/repo/trunk/nt
> $ which make
> /bin/make.exe
> 
> Juanma@ODIEONE /c/Devel/emacs/repo/trunk/nt
> $ echo $PATH
> .:/c/Devel/emacs/build/bin:/bin:/mingw/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/bin64/Git/cmd
> 
> Juanma@ODIEONE /c/Devel/emacs/repo/trunk/nt
> $ rm runemacs.exe
> 
> Juanma@ODIEONE /c/Devel/emacs/repo/trunk/nt
> $ make V=1 runemacs.exe
> CCLD runemacs.exe
> [plus a few of warnings about things in runemacs]
> 
> Juanma@ODIEONE /c/Devel/emacs/repo/trunk/nt
> 
> Shouldn't "make V=1" show the full command?

Yes, it should.  It does for me:

  Zaretzky@home-c4e4a596f7 /d/gnu/git/emacs/trunk
  $ cd nt

  Zaretzky@home-c4e4a596f7 /d/gnu/git/emacs/trunk/nt
  $ rm runemacs.exe

  Zaretzky@home-c4e4a596f7 /d/gnu/git/emacs/trunk/nt
  $ make V=1
  gcc -std=gnu99  -mtune=pentium4      -I. -I.   -mtune=pentium4   -DUSE_CRT_DLL=1 -I /d/gnu/git/emacs/trunk/nt/inc -gdwarf-4 -g3 -O0 runemacs.c emacs.res -mwindows -o runemacs.exe

What does "make --version" show in the MSYS Bash session?  My says:

  $ make --version
  GNU Make 3.82.90
  Built for i686-pc-msys
  Copyright (C) 2010  Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.




  parent reply	other threads:[~2015-10-10  8:51 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
2015-10-10  8:48   ` Eli Zaretskii
2015-10-10  8:51 ` Eli Zaretskii [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83612ft8bs.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).