From owner-svn-src-all@freebsd.org Mon Jun 4 18:55:52 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 D2304FE22EB; Mon, 4 Jun 2018 18:55:51 +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 6FFDE7FF13; Mon, 4 Jun 2018 18:55:51 +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 111B621E33; Mon, 4 Jun 2018 14:55:51 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute5.internal (MEProxy); Mon, 04 Jun 2018 14:55:51 -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=NbwjhJ To45ayxUxHnBZ8RZt3Bq6lq5C06wk4M3LDd8U=; b=HJGmjUxDFYT7zjPVunp46U x7qZLWGObnrhIbomeqtn7ID48HTRdr2Ah2wdtfyCyrvLxTuVAuUUbWvC5AS2rMiX 2mbcloAJ001ZVk+amicv3JFnFrjSrlSBuSobzb52yQv+zKcRqtogYvUeayWUVfO6 bC9y/+vCXqfCuxq0+WRhem9qxuo2q/nXhdSnjCxzVgRPqTSRoLwCWk+mvRgTGMQ5 YaERc/LYi3uBFYclM+WxtAxRZO0IwYrYuL2Vksb671Xo8vqWE+TPiPE6Uf5xirLH vdFpiMKRAi5RUc0LlfcEBsgsCqNwF54+EpzVbQoyvqruX8VvZLsWeHjqozzhGU9w == 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 D040D9E0F0; Mon, 4 Jun 2018 14:55:50 -0400 (EDT) Message-Id: <1528138550.3632147.1396107464.614818A8@webmail.messagingengine.com> From: Brad Davis To: rgrimes@freebsd.org Cc: Kyle Evans , "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 In-Reply-To: <201806041847.w54IlCUu097084@pdx.rh.CN85.dnsmgr.net> Date: Mon, 04 Jun 2018 12:55:50 -0600 References: <201806041847.w54IlCUu097084@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r334617 - in head: . etc 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 18:55:52 -0000 On Mon, Jun 4, 2018, at 12:47 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Mon, Jun 4, 2018, at 10:57 AM, Rodney W. Grimes wrote: > > > > 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? > > > > Moving them as appropriate just like the above.. > > So another words you have no plan yet? It is largely done here: https://github.com/brd/freebsd/tree/etc-DIR/etc I am working on stragglers.. > > > > What do you use these targets for? > > > > > > Building custom installation sets, building nfs shares. > > > > OK, what commands specifically are you calling in etc/ directly and why? > > I said in my first reply specifically distribution: > > > > > I would expect the targets in the root of the src tree would handle that stuff for you? > > hierarchy: may But why do you run them yourself? > > > > > 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. > > > > Sure, but those can go away or be updated as needed.. > > So again, no plan yet? Most of them are gone, I am still in progress on some of it. See the github branch above. My testing is all done by building release VMs and comparing them against a VM built from the last merge from HEAD. So I will update the release stuff as I go. It is my responsibility to keep the release stuff working as I change these. Regards, Brad Davis