From owner-svn-src-head@freebsd.org Fri Jun 8 12:19:46 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49861101993A; Fri, 8 Jun 2018 12:19:46 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB64B7FF70; Fri, 8 Jun 2018 12:19:45 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id A295221B8D; Fri, 8 Jun 2018 08:19:45 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute5.internal (MEProxy); Fri, 08 Jun 2018 08:19:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=0rRHP3 6YV3i87XsBXrWWlafTURtqy+28gf2NMZGUQBI=; b=lSRzRoEJD+KlNrq8HHaj/L uDxxYUa4N5AoB8O8NLGcDfgnJuD5AYw/L2fcxAfaIu1/abkkU9h/NAyoiDquAFPH 99tEbq4prOy9IzgRCIxGVtWRRExvX2uPJU3sjDADBCUQcBVSxiajuiulM3cZuEe7 GBauXk2PzFJ96VFXAuQhNRZH/PnKZeDAJ6eMKyxVwfo3bHXYPfCuq6zMbiH7xx8h ZPGcPg1ab5p92vYt9fCHm0IgyF3P3cbN97a1q4g2a3Hkera8uyzB/eUDFxbbGrvz R6gFRRd7KQafhnAnRFTfYg76FfJz7lMIA7K75xl3exwfwGSXbRUcxRTyh7c6Q7bw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 5684D621B8; Fri, 8 Jun 2018 08:19:44 -0400 (EDT) Message-Id: <1528460384.2914112.1400919488.64FBF5FC@webmail.messagingengine.com> From: Brad Davis To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-ca618090 Subject: Re: svn commit: r334617 - in head: . etc In-Reply-To: <8BBE4E4C-0E5F-4920-B057-E6F939074448@FreeBSD.org> Date: Fri, 08 Jun 2018 06:19:44 -0600 References: <201806041517.w54FHPn0072477@repo.freebsd.org> <8BBE4E4C-0E5F-4920-B057-E6F939074448@FreeBSD.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 08 Jun 2018 12:19:46 -0000 On Thu, Jun 7, 2018, at 10:59 PM, Bryan Drewery wrote: > > > On Jun 4, 2018, at 11:17, Brad Davis wrote: > > > > Author: brd > > Date: Mon Jun 4 15:17:24 2018 > > New Revision: 334617 > > URL: https://svnweb.freebsd.org/changeset/base/334617 > > > > Log: > > Move /sys symlink creating out of etc/Makefile. > > > > This is prep for etc/Makefile going away. > > > > Approved by: bapt (mentor) > > > > Modified: > > head/Makefile.inc1 > > head/etc/Makefile > > > > Aside from other objections, I don=E2=80=99t think /Makefile nor > /Makefile.inc1> should =E2=80=9Cown=E2=80=9D anything on the system and s= hould only drive the build or> other general targets for users to interact = with. Please put this into> something like /hier or better yet the existing= directory > handling that> stuff /etc. (so a revert since simply moving everything to= it via a > rename or rewrite seems silly) I agree, I started creating a hier/ last night. Regards, Brad Davis