From owner-svn-src-head@freebsd.org Thu Oct 15 00:06:30 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6E3A157A9; Thu, 15 Oct 2015 00:06:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDE661252; Thu, 15 Oct 2015 00:06:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbdj2 with SMTP id dj2so433337igb.1; Wed, 14 Oct 2015 17:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=hi9a8miCy6a5zaR04HrCRxe4btAtUEruzDZ5AgWpxeQ=; b=aUVlgHnK7V+fohScR/q8KvoK9/POUgH6aIOjeAZk+hzs5iRK21DfSgnTijFShKid59 0Z8p+9sdYt/VDM2CaHW1UWOxC6rPbaifdiyGjDyNmG6LVdhNouq1Ofw+WKLH2fhuDvix u1v4is7dCoY9X88Rpg6uoQVpq/d5DGMQ0BCr9tDSXB3URqb73Xrtmb2yAr8oijB7Toio 1WwLX5rJJev3srO5BGpWXT4gfWtevSTiqey50bRXU1qkbJWRwrjXljnmPvBguq1S2Qo4 V4RDoqTEFsM4kN2Hs+OY5otxbWPeHXBvfCQSaQB8exGUgLkB+kqgcTSHMtANWTVA3Urg qGjw== MIME-Version: 1.0 X-Received: by 10.50.111.226 with SMTP id il2mr16263858igb.61.1444867589521; Wed, 14 Oct 2015 17:06:29 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Wed, 14 Oct 2015 17:06:29 -0700 (PDT) In-Reply-To: References: <201510142110.t9ELA6wv001917@repo.freebsd.org> Date: Wed, 14 Oct 2015 17:06:29 -0700 Message-ID: Subject: Re: svn commit: r289336 - head/sys/mips/conf From: Adrian Chadd To: Warner Losh Cc: Ed Maste , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 00:06:30 -0000 On 14 October 2015 at 16:55, Warner Losh wrote: > std.oceton1 would follow the pattern. The whole _BASE stuff was a reinven= tion > of the pattern. I=E2=80=99ve been loathe to go in and clean it up, since = to do that properly > would requiring rm -rf /usr/src/usr.sbin/config and starting over, and I = don=E2=80=99t have > that kind of time... What can I say, I was young and stupid and needed the money. I'll go migrate those _BASE files to std.ARxxxx at some point soon. Thanks, -a