From owner-svn-src-head@FreeBSD.ORG Tue Sep 4 23:42:10 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADA2F106566B; Tue, 4 Sep 2012 23:42:10 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3B91A8FC19; Tue, 4 Sep 2012 23:42:10 +0000 (UTC) Received: by iayy25 with SMTP id y25so247198iay.13 for ; Tue, 04 Sep 2012 16:42:09 -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=/rvBY/8k0i4gNfw38GqBvHngUTZronCpuCaXa3BMhEI=; b=fjJkZaycDNPC+HkQLRwvxYJC2eEdfSLHmT510Z3y7G9f5RNd3ISBsgnXl++OLKPpPN ij6XxENHBCNkz2VqLKCaSRGXbzSEThahrtnToa0AajmkHPqCOmnII6daVfo/3xJbn8gN YdTmj0cC6Nj/n+DWfTJgRgfm0tBTfSQbtNKfKHK6b5QC6Qo2hy07ST7ajmAWsQLaCDuY wtOpLNmyeoDJvE34cIR1xXWM+E14uQ4N2IFaiNTsGP7VYdns64QECmB5nIbm39YR9w61 CnR6xDC7H0JWcLEOTxNSickrW0g2GDnZpiVjeA6O1NiHH3noBldD1qsNEhKpj7ug0zAh 1ZWQ== MIME-Version: 1.0 Received: by 10.182.218.37 with SMTP id pd5mr16560743obc.24.1346802129818; Tue, 04 Sep 2012 16:42:09 -0700 (PDT) Received: by 10.76.142.201 with HTTP; Tue, 4 Sep 2012 16:42:09 -0700 (PDT) In-Reply-To: <86txvdcq7r.fsf@ds4.des.no> References: <201208251202.q7PC2EL6034670@svn.freebsd.org> <201209041517.52973.jhb@freebsd.org> <86k3w9e9tx.fsf@ds4.des.no> <86fw6xe9br.fsf@ds4.des.no> <86txvdcq7r.fsf@ds4.des.no> Date: Tue, 4 Sep 2012 16:42:09 -0700 Message-ID: From: Garrett Cooper To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Robert Watson , John Baldwin Subject: Re: svn commit: r239679 - head/sys/mips/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 04 Sep 2012 23:42:10 -0000 On Tue, Sep 4, 2012 at 4:39 PM, Dag-Erling Sm=F8rgrav wrote: > Garrett Cooper writes: >> Dag-Erling Sm=F8rgrav writes: >> > Garrett Cooper writes: >> > > Does it sanitize TARGETS and KERNCONFs properly? >> > I have no idea what that even means. >> Answering myself, it should if TARGET isn't explicitly defined to >> something that the conversion logic wouldn't create collisions for >> [...] > > I still have no idea what you mean. tl;dr: I [very briefly] thought someone could set KERNCONF in /etc/src.conf or on the command line and it would screw things up, but I quickly realized that assumption was incorrect. Thanks! -Garrett