From owner-svn-src-all@freebsd.org Mon Jun 4 16:14:46 2018 Return-Path: Delivered-To: svn-src-all@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 66AFEFF21EB; Mon, 4 Jun 2018 16:14: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 0E5ED70245; Mon, 4 Jun 2018 16:14:46 +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 B81A921DA6; Mon, 4 Jun 2018 12:14:45 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Mon, 04 Jun 2018 12:14: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=gxN51m H4y1DcOqotGursH5PtBb1IvJazGp2ckAULYgM=; b=Vcig0JDkm3QXOi/zRzfGEb J3GeEYvVTucF5RNRR/ZLETcrxnXtMKiYWo/iY4crRFWet/iS8Cjj2SL4bxKgLjx7 DA8N/Vgx4QXwBqOrMIGgJeOEydPLY1HMvF3P6sXJUBWpBD3o0YZhbjsDIOewa76L 6Sz95QfiB/oI+tQ+h9+8P4JxLCBWzwOFTN2GvsMsne+xXY7MBe7+toHe/jgHelIw fyVKf1woL148MOulak9pqSVwTz0CU4PZdbYUTN8jfLbVkoVZ/SNy415vGzG6unSK Z0hR4S4bDMY9XGXQ5f57v/WB8oOw5NdSSua00OHq0AU+HupUbHn9UIu0IhCqPGVA == 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 6BB759E36D; Mon, 4 Jun 2018 12:14:45 -0400 (EDT) Message-Id: <1528128885.975962.1395907848.00DF7CCB@webmail.messagingengine.com> From: Brad Davis To: rgrimes@freebsd.org, Kyle Evans Cc: "src-committers" , svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fb4a77ea Subject: Re: svn commit: r334617 - in head: . etc In-Reply-To: <201806041529.w54FTLGY096386@pdx.rh.CN85.dnsmgr.net> References: <201806041529.w54FTLGY096386@pdx.rh.CN85.dnsmgr.net> Date: Mon, 04 Jun 2018 10:14:45 -0600 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:14:46 -0000 On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Mon, Jun 4, 2018 at 10:17 AM, 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) > > > > > > > Woah, woah, woah, woah. =) May I ask what your plan for etc/Makefile > > is? Some of the NO_ROOT stuff there seems to be terribly broken and > > needs to be fixed; this was on my 'some day to fix' list. > > Yes please, much more information here. I use some of the targets > in src/etc/Makefile such as distribution: All the config files need to be pushed back next to the source they belong to. What do you use these targets for? > I believe there are also other external consumers of this. Such as? Regards, Brad Davis