emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any idea why "make V=1" isn't working for me?


From: Eli Zaretskii
Subject: Re: Any idea why "make V=1" isn't working for me?
Date: Sat, 10 Oct 2015 11:51:35 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Fri, 9 Oct 2015 11:53:49 +0200
> 
> address@hidden /c/Devel/emacs/repo/trunk/nt
> $ which make
> /bin/make.exe
> 
> address@hidden /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
> 
> address@hidden /c/Devel/emacs/repo/trunk/nt
> $ rm runemacs.exe
> 
> address@hidden /c/Devel/emacs/repo/trunk/nt
> $ make V=1 runemacs.exe
> CCLD runemacs.exe
> [plus a few of warnings about things in runemacs]
> 
> address@hidden /c/Devel/emacs/repo/trunk/nt
> 
> Shouldn't "make V=1" show the full command?

Yes, it should.  It does for me:

  address@hidden /d/gnu/git/emacs/trunk
  $ cd nt

  address@hidden /d/gnu/git/emacs/trunk/nt
  $ rm runemacs.exe

  address@hidden /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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]