From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5970 invoked by alias); 8 Jun 2008 19:14:04 -0000 Received: (qmail 5962 invoked by uid 22791); 8 Jun 2008 19:14:04 -0000 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 08 Jun 2008 19:13:40 +0000 Received: (qmail 95973 invoked by uid 20157); 8 Jun 2008 19:13:38 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Jun 2008 19:13:38 -0000 Date: Sun, 08 Jun 2008 19:14:00 -0000 From: Hans-Peter Nilsson To: "Joseph S. Myers" cc: gdb-patches@sourceware.org Subject: Re: Simulators --with-pkgversion --with-bugurl support In-Reply-To: <20080608143927.C38609@dair.pair.com> Message-ID: <20080608151104.P91373@dair.pair.com> References: <20080608143927.C38609@dair.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes 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: 2008-06/txt/msg00146.txt.bz2 On Sun, 8 Jun 2008, Hans-Peter Nilsson wrote: > On Fri, 6 Jun 2008, Joseph S. Myers wrote: > > +version.c: Makefile ../../gdb/version.in > > Could it be done some other way? For example with a placeholder > sim/version.in automatically updated from (depending on) > gdb/version.in? Or just having a separate sim/version.in? Looking closer, the presence of the gdb subdir by itself doesn't seem to be of significance or at all trig anything, as opposed to gdb/configure, so maybe the most pragmatic solution is to add gdb/version.in to the sim CVS module. Would that be ok? brgds, H-P