From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3314 invoked by alias); 3 Apr 2012 20:05:55 -0000 Received: (qmail 3288 invoked by uid 22791); 3 Apr 2012 20:05:53 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Apr 2012 20:05:40 +0000 Received: by bkwq16 with SMTP id q16so126153bkw.0 for ; Tue, 03 Apr 2012 13:05:39 -0700 (PDT) Received: by 10.204.151.217 with SMTP id d25mr6147929bkw.89.1333483539160; Tue, 03 Apr 2012 13:05:39 -0700 (PDT) Received: from [95.244.95.254] (host254-95-dynamic.244-95-r.retail.telecomitalia.it. [95.244.95.254]) by mx.google.com with ESMTPS id f6sm48175270bkg.10.2012.04.03.13.05.37 (version=SSLv3 cipher=OTHER); Tue, 03 Apr 2012 13:05:38 -0700 (PDT) Message-ID: <4F7B580F.2060007@gmail.com> Date: Tue, 03 Apr 2012 20:05:00 -0000 From: Stefano Lattarini MIME-Version: 1.0 To: Ian Lance Taylor CC: Tom Tromey , ams@gnu.org, gcc@gcc.gnu.org, 11034@debbugs.gnu.org, gdb@sourceware.org, automake@gnu.org, binutils@sourceware.org, joseph@codesourcery.com, "automake-patches@gnu.org" , Roumen Petrov Subject: Re: bug#11034: Binutils, GDB, GCC and Automake's 'cygnus' option References: <4F72E239.9010404@gmail.com> <4F7301DD.7090401@gmail.com> <4F76C08E.6050707@gmail.com> <4F76D8F2.8050804__46768.5595191599$1333188914$gmane$org@gmail.com> <87zkaujjn1.fsf@fleche.redhat.com> <4F79BFDB.1070904@gmail.com> <87ty12i2pd.fsf@fleche.redhat.com> <4F79C5F2.2020807__46832.8654104427$1333380662$gmane$org@gmail.com> <87hax2hqop.fsf@fleche.redhat.com> <4F7A0341.9050305__49963.8538728051$1333396325$gmane$org@gmail.com> <87d37pj39j.fsf@fleche.redhat.com> <4F7A10D7.8050908@gmail.com> <4F7B57C4.9000402@gmail.com> In-Reply-To: <4F7B57C4.9000402@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00031.txt.bz2 On 04/03/2012 10:04 PM, Stefano Lattarini wrote: > OK, you've all made clear you have your sensible reasons to have the '.info' > files generated in the builddir in your use cases. Since the actual change > required by automake to allow this is very small and safe, I'm ready to do > it (see attached patch, which I will push in a couple of days to 'master' if > there is no objection). > > But since I'm not yet ready to publish this new feature, I intend to make > it available only though the new, undocumented option named (literally) > "hack!info-in-builddir". I hope this is acceptable to you. > Oops, with this squashed in: diff --git a/tests/txinfo-builddir.test b/tests/txinfo-builddir.test index 64ca190..a09af80 100755 --- a/tests/txinfo-builddir.test +++ b/tests/txinfo-builddir.test @@ -27,7 +27,7 @@ required=makeinfo echo AC_OUTPUT >> configure.ac cat > Makefile.am << 'END' -AUTOMAKE_OPTIONS = cygnus ##!hack!info-in-builddir +AUTOMAKE_OPTIONS = !hack!info-in-builddir info_TEXINFOS = foo.texi subdir/bar.texi subdir_bar_TEXINFOS = subdir/inc.texi END Sorry for the noise, Stefano