From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21142 invoked by alias); 25 Jun 2013 15:57:57 -0000 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 Received: (qmail 21133 invoked by uid 89); 25 Jun 2013 15:57:57 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 25 Jun 2013 15:57:55 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MOY00300HLJBC00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 25 Jun 2013 18:57:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOY003TLHO79F60@a-mtaout21.012.net.il>; Tue, 25 Jun 2013 18:57:44 +0300 (IDT) Date: Tue, 25 Jun 2013 16:01:00 -0000 From: Eli Zaretskii Subject: Re: [commit] Adapt sim to new version number & date locations. In-reply-to: <8738s6tcuz.fsf@fleche.redhat.com> To: Tom Tromey Cc: vapier@gentoo.org, brobecker@adacore.com, gdb-patches@sourceware.org, green@moxielogic.com Reply-to: Eli Zaretskii Message-id: <83a9mei3o0.fsf@gnu.org> References: <20130624224138.GC5326@adacore.com> <1372117546-1639-1-git-send-email-brobecker@adacore.com> <201306242040.08030.vapier@gentoo.org> <8738s6tcuz.fsf@fleche.redhat.com> X-SW-Source: 2013-06/txt/msg00721.txt.bz2 > From: Tom Tromey > Cc: Joel Brobecker , gdb-patches@sourceware.org, Anthony Green > Date: Tue, 25 Jun 2013 09:43:32 -0600 > > >>>>> "Mike" == Mike Frysinger writes: > > Mike> looks like gdb/doc/gdbint.texinfo needs updating too ? it talks about > Mike> gdb/version.in in many places ... > > Sure, that's the one thing that is documented extensively. > Sigh. > > How about this? Thanks. > -@subsubheading Restart @file{gdb/version.in} > +@subsubheading Restart @file{gdb/common/version.in} > > -If @file{gdb/version.in} does not contain an ISO date such as > -@kbd{2002-01-24} then the daily @code{cronjob} won't update it. Having > -committed all the release changes it can be set to > -@file{5.2.0_0000-00-00-cvs} which will restart things (yes the @kbd{_} > -is important - it affects the snapshot process). > +If @file{gdb/common/version.in} does not the string @samp{DATE} then ^^^^^^^^^^^^^^^^^^^ "have" is missing here. > +builds will not include the checkout date in their resulting version. > +Having committed all the release changes it can be set to > +@file{5.2.0_DATE-cvs} which will restart things. > > Don't forget the @file{ChangeLog}. OK with that change.