From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9279 invoked by alias); 21 Mar 2012 02:42:11 -0000 Received: (qmail 9264 invoked by uid 22791); 21 Mar 2012 02:42:09 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Mar 2012 02:41:53 +0000 Received: by vbbey12 with SMTP id ey12so368338vbb.0 for ; Tue, 20 Mar 2012 19:41:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=BgqlIzndkcTnqg1UqSFuTyeE8EjpBZwS3G5HtYSSdj4=; b=JzyqYLRHM9TZKd743/yMKXN/ziyFtr6e+au6jo43wC3B6eCMCJ2iZyNa7x9KnBARp8 Q55Olcw5OejJqWm1JseJypbnzhhqY+7CFCfoAaWM1+3fgjE267Zg4xEEMyMastffD6Vw lI4HDVaXBhK+L8cBirNklUX9K1L11HnqsGSeqQAOkP3XGYKkH/EVixQsPVuAdjzPnlMC ZqGVEow2lddFgTy2p5oEOCTJjaSGriygZsirl2BPDz8IhNwJLyhsN/6B57g4TrHJMD58 m0jOuNYEAYJ34k3tcSLjFdaDshpMsIdgNvw9RLz0tYGU0+vv/CGCMGGQIAyjnB7VhxJE Su9g== Received: by 10.220.231.136 with SMTP id jq8mr1112448vcb.74.1332297712379; Tue, 20 Mar 2012 19:41:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.231.136 with SMTP id jq8mr1112441vcb.74.1332297712262; Tue, 20 Mar 2012 19:41:52 -0700 (PDT) Received: by 10.220.187.12 with HTTP; Tue, 20 Mar 2012 19:41:52 -0700 (PDT) In-Reply-To: <201203202226.46068.vapier@gentoo.org> References: <201203192048.21988.vapier@gentoo.org> <201203202226.46068.vapier@gentoo.org> Date: Wed, 21 Mar 2012 02:42:00 -0000 Message-ID: Subject: Re: policy on splitting ChangeLogs? From: Doug Evans To: Mike Frysinger Cc: GDB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQmNSXTGa/TJ67kLrT/CwvBPpkszOF4ZLJjRTL9/JDJ9CdrE6WQJiRuS8XP6yEg7pSVqPtsRsWbzsS6qvLhZ12vL74QVHpW7uwuttrYBz+kcMFUFW10+KQo2ou+t7S8Z8VLIrs0MdemtzRdV/KwPOFHydJ4w5Q== X-IsSubscribed: yes 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-03/txt/msg00054.txt.bz2 On Tue, Mar 20, 2012 at 7:26 PM, Mike Frysinger wrote: > On Tuesday 20 March 2012 22:18:48 Doug Evans wrote: >> On Mon, Mar 19, 2012 at 5:48 PM, Mike Frysinger wrote: >> > i'd like to split up a ChangeLog to push arch-specific pieces into >> > subdirs rather than having the common ChangeLog be clogged with >> > non-common changes. is there a policy governing this ? =A0or should i = just >> > cut all the relevant pieces out of the common one and paste it into the >> > subdir and be done ? >> >> It kinda depends on what the owners want. >> >> You don't explicitly say you're talking about sim/, and it's not clear >> that's it. > > yes, i'm talking about sim ChangeLogs > -mike Ah. So you want to move entries in sim/ChangeLog to sim/$arch/ChangeLog? I say go for it.