From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Any idea why "make V=1" isn't working for me? Date: Sat, 10 Oct 2015 16:18:26 +0200 Message-ID: References: <83612ft8bs.fsf@gnu.org> <83k2qvrnb1.fsf@gnu.org> <83h9lysyi9.fsf@gnu.org> <83bnc6sthp.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c34a426383970521c0c7d9 X-Trace: ger.gmane.org 1444486770 24894 80.91.229.3 (10 Oct 2015 14:19:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2015 14:19:30 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 16:19:27 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 1Zkuzc-0008Hn-OA for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 16:19:25 +0200 Original-Received: from localhost ([::1]:45040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zkuzb-0002lc-64 for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 10:19:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkuzN-0002lP-J4 for emacs-devel@gnu.org; Sat, 10 Oct 2015 10:19:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkuzM-0003tx-LT for emacs-devel@gnu.org; Sat, 10 Oct 2015 10:19:09 -0400 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:33705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkuzL-0003so-2u; Sat, 10 Oct 2015 10:19:07 -0400 Original-Received: by lbos8 with SMTP id s8so105579013lbo.0; Sat, 10 Oct 2015 07:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=opuCbgit/b7pbppXxFy4qd1HiCld1PDUimkAGaK+PFE=; b=qM8pqMHpkIcxEH0CtNkdDubH/hMoRtEK5EZYTnyMPBj12d1GMVd+FfkdM0cT/TWAqF 2Pl4SncHk7IR7C7NS50qEqlwNsUhNz/UlkHL9SI4K9UGKZ9sjHTyLYwAi/D4laaQLTIZ MWd2maB4fI9CDYnO6opC1IdZrpmAotmqzPSgBxhKFMp5KtQvTfSdVNohuswKpTwC7Uks 36Xr+O5BDSonqe8fHYtoZ5vPnBVcg1xPa01mLJkWWpf3uJR3gqraRAOaZcx3Hw7IcXG2 JXG9sWEnXLa0Uj5WoeLeuPYpD/4ns0wRX0thJH8I26+kr1Ba793/FsjroZ6kK3JA4CDo etkQ== X-Received: by 10.112.167.8 with SMTP id zk8mr8830539lbb.15.1444486746176; Sat, 10 Oct 2015 07:19:06 -0700 (PDT) Original-Received: by 10.25.217.135 with HTTP; Sat, 10 Oct 2015 07:18:26 -0700 (PDT) In-Reply-To: <83bnc6sthp.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 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:191141 Archived-At: --001a11c34a426383970521c0c7d9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Lines 8758:8783 from mi configure file: # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" =3D set; then : enableval=3D$enable_silent_rules; fi case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=3D0;; no) AM_DEFAULT_VERBOSITY=3D1;; *) AM_DEFAULT_VERBOSITY=3D0;; esac AM_BACKSLASH=3D'\' : ${AM_V=3D$AM_DEFAULT_VERBOSITY} : ${AM_DEFAULT_V=3D$AM_DEFAULT_VERBOSITY} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works for files in the same directory" >&5 $as_echo_n "checking whether ln -s works for files in the same directory... " >&6; } rm -f conf$$ conf$$.file =E2=80=8B --001a11c34a426383970521c0c7d9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Lines 8758:8783 from mi configure file:

=
# Check whether --enable-silent-rules was given.
if test &qu= ot;${enable_silent_rules+set}" =3D set; then :
=C2=A0 enable= val=3D$enable_silent_rules;
fi

case $ena= ble_silent_rules in
yes) AM_DEFAULT_VERBOSITY=3D0;;
no)= =C2=A0AM_DEFAULT_VERBOSITY=3D1;;
*) =C2=A0 AM_DEFAULT_VERBOSITY= =3D0;;
esac
AM_BACKSLASH=3D'\'

: ${AM_V=3D$AM_DEFAULT_VERBOSITY}
: ${AM_DEFAULT_V=3D$AM= _DEFAULT_VERBOSITY}



=




=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking wheth= er ln -s works for files in the same directory" >&5
$= as_echo_n "checking whether ln -s works for files in the same director= y... " >&6; }
rm -f conf$$ conf$$.file
=E2= =80=8B

--001a11c34a426383970521c0c7d9--