From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25588 invoked by alias); 20 Nov 2010 05:08:04 -0000 Received: (qmail 25580 invoked by uid 22791); 20 Nov 2010 05:08:03 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BJ X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Nov 2010 05:07:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 61AAD2BACB0; Sat, 20 Nov 2010 00:07:56 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XK5clnZFYmsy; Sat, 20 Nov 2010 00:07:56 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3356E2BAC7A; Sat, 20 Nov 2010 00:07:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 178461457E0; Fri, 19 Nov 2010 21:07:52 -0800 (PST) Date: Sat, 20 Nov 2010 05:08:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: Patch: fix #line directives in bison output Message-ID: <20101120050752.GO2634@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00287.txt.bz2 Hi Tom, I'll admit being lazy this evening and not having the energy trying to understand the incantations being used in the makefile, and why we have to make the following targets non-.PRECIOUS. Something did catch my eye, though: > -.PRECIOUS: ada-exp.c ada-lex.c > -.PRECIOUS: c-exp.c > -.PRECIOUS: f-exp.c > -.PRECIOUS: jv-exp.c > -.PRECIOUS: m2-exp.c > -.PRECIOUS: objc-exp.c > -.PRECIOUS: p-exp.c > +.PRECIOUS: ada-exp.c Did you mean the last line to be "ada-lex.c"? -- Joel