From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Any idea why "make V=1" isn't working for me? Date: Sat, 10 Oct 2015 11:51:35 +0300 Message-ID: <83612ft8bs.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444467108 16474 80.91.229.3 (10 Oct 2015 08:51:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2015 08:51:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 10:51:39 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZkpsR-0003oZ-41 for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 10:51:39 +0200 Original-Received: from localhost ([::1]:44101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkpsQ-0004C0-FD for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 04:51:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkpsN-0004Br-95 for emacs-devel@gnu.org; Sat, 10 Oct 2015 04:51:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkpsK-0005v7-2X for emacs-devel@gnu.org; Sat, 10 Oct 2015 04:51:35 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:36777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkpsJ-0005us-Rc for emacs-devel@gnu.org; Sat, 10 Oct 2015 04:51:32 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NVZ00K00XQXU600@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 10 Oct 2015 11:54:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVZ00H3DY2VYN40@mtaout26.012.net.il>; Sat, 10 Oct 2015 11:54:31 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191097 Archived-At: > From: Juanma Barranquero > 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 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.