From owner-svn-src-head@FreeBSD.ORG Sat Apr 13 17:07:05 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F002A1F4 for ; Sat, 13 Apr 2013 17:07:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id BA871BE6 for ; Sat, 13 Apr 2013 17:07:05 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id un3so3213444obb.11 for ; Sat, 13 Apr 2013 10:07:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=NNI6lW6x2kM+GuGCPAh1cQRHg0g9+ZSdk2EUvfwmJOs=; b=QIpYHSd4gDLD48U1n48lcEByztMxjZogZW1tShv3VMbPRZgeUmqFmjQSHVfopER5Jb tPVHl20kfzBiKtZYCnscPK8CC5G0jxocyCQoViXMVbBakfgviqgpkjpm20YvfdG3iVPp oiaypqE/4yLxpOZNQDlE2rISoWb6XMYb/8Oosv0TXp7AfW47Brm/hx61+DE6yVB8eCXC NVHgv+0r6MSFx9Sf5ggcu1pFbfCpU39W1P2D8fTYzQC+8oyG6S+e2hAH75A14TljRpsN Phhl/Z54f6Z4M6Utzcq+5JOxQBRtsA74cEqmgIKlYUngzNjPpm7hoa/acR1wnk8nOlSZ 5QhA== X-Received: by 10.60.3.71 with SMTP id a7mr5368028oea.35.1365872825155; Sat, 13 Apr 2013 10:07:05 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id s4sm2397561obx.7.2013.04.13.10.07.02 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Apr 2013 10:07:03 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r249432 - head/sys/conf Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Sat, 13 Apr 2013 11:07:00 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <2546B68A-9C60-40C3-96D1-C44FE3B64F1F@bsdimp.com> References: <201304122310.r3CNAuet092413@svn.freebsd.org> To: Jim Harris X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnxtlPKWnwewdfUoupODw+4LmbxRyCW+H79VQ7kMdH0jhpCu/qi2BT1BrCM12RQ/MioC0y3 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Jung-uk Kim X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 13 Apr 2013 17:07:06 -0000 I'm curious why this is in files.amd64 / files.i386, and not just in = files. Is there really things that are x86 specific in there still Warner On Apr 12, 2013, at 5:16 PM, Jim Harris wrote: >=20 >=20 >=20 > On Fri, Apr 12, 2013 at 4:10 PM, Jung-uk Kim wrote: > Author: jkim > Date: Fri Apr 12 23:10:56 2013 > New Revision: 249432 > URL: http://svnweb.freebsd.org/changeset/base/249432 >=20 > Log: > Unbreak tinderbox build after r249420. >=20 > Modified: > head/sys/conf/files.amd64 > head/sys/conf/files.i386 >=20 >=20 > Pointy hat to: jimharris >=20