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 17:12:02 +0300 Message-ID: <83bnc6sthp.fsf@gnu.org> References: <83612ft8bs.fsf@gnu.org> <83k2qvrnb1.fsf@gnu.org> <83h9lysyi9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444486347 17376 80.91.229.3 (10 Oct 2015 14:12:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2015 14:12:27 +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 16:12:10 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 1Zkusb-0001Lb-LC for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 16:12:09 +0200 Original-Received: from localhost ([::1]:45028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zkusa-0001V4-JI for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 10:12:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkusX-0001Uv-6R for emacs-devel@gnu.org; Sat, 10 Oct 2015 10:12:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkusS-0001yF-6D for emacs-devel@gnu.org; Sat, 10 Oct 2015 10:12:05 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:40273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkusR-0001y2-Uw for emacs-devel@gnu.org; Sat, 10 Oct 2015 10:12:00 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NW000F00CREQ300@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 10 Oct 2015 17:11:58 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NW000F25CRWLW70@a-mtaout20.012.net.il>; Sat, 10 Oct 2015 17:11:58 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:191139 Archived-At: > From: Juanma Barranquero > Date: Sat, 10 Oct 2015 15:19:02 +0200 > Cc: Emacs developers > > > Can you look inside config.log and see what did configure find when it > > ran this fragment? Here it says this: > > > > configure:8755: checking whether make supports nested variables > > configure:8772: result: yes > > I don't have that in my config.log, just > > am_cv_make_support_nested_variables=yes Do you have the fragment below in configure? Does it immediately precede the test "whether ln -s works for files in the same directory"? # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if test "${am_cv_make_support_nested_variables+set}" = set; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' : ${AM_V=$AM_DEFAULT_VERBOSITY} : ${AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY} If you do have this fragment, please try to figure out why it doesn't get executed. FWIW, I've just ran configure with exactly the same options as you, and I still don't get the same result in nt/Makefile.