From owner-svn-src-all@freebsd.org Mon Jun 4 16:57:47 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 DD283FF6246; Mon, 4 Jun 2018 16:57:47 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5705572AB1; Mon, 4 Jun 2018 16:57:46 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w54Gvh7W096753; Mon, 4 Jun 2018 09:57:43 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w54GvhCj096752; Mon, 4 Jun 2018 09:57:43 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201806041657.w54GvhCj096752@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r334617 - in head: . etc In-Reply-To: <1528128885.975962.1395907848.00DF7CCB@webmail.messagingengine.com> To: Brad Davis Date: Mon, 4 Jun 2018 09:57:43 -0700 (PDT) CC: rgrimes@FreeBSD.org, Kyle Evans , src-committers , svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Reply-To: rgrimes@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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:57:48 -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. That is fine, but there is stuff other than config files, how do you plan to handle that? > What do you use these targets for? Building custom installation sets, building nfs shares. > > > I believe there are also other external consumers of this. > > Such as? Iirc some of the make release stuff calls into here, but that may of changed to use src/Makefile targets. distrib-dirs comes to mind. -- Rod Grimes rgrimes@freebsd.org