From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 7 10:51:22 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B135C16A4CE; Wed, 7 Jul 2004 10:51:22 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20D443D48; Wed, 7 Jul 2004 10:51:21 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i67ApKj249796; Wed, 7 Jul 2004 12:51:20 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i67ApKD166244; Wed, 7 Jul 2004 12:51:20 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i67ApIV27360; Wed, 7 Jul 2004 12:51:19 +0200 (MET DST) Date: Wed, 7 Jul 2004 12:51:19 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Ruslan Ermilov In-Reply-To: <20040707095757.GA67252@ip.net.ua> Message-ID: <20040707124856.P3576@beagle.kn.op.dlr.de> References: <20040707095457.J3232@beagle.kn.op.dlr.de> <20040707080739.GB66260@ip.net.ua><20040707095757.GA67252@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hackers@freebsd.org Subject: Re: make installworld for non-root user X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 10:51:22 -0000 On Wed, 7 Jul 2004, Ruslan Ermilov wrote: RE>On Wed, Jul 07, 2004 at 11:17:00AM +0200, Harti Brandt wrote: RE>> to install.sh, because it seems that the installworld target uses the RE>> currently installed mk files not those from src/share/mk. RE>> RE>Not until you call installworld with "make -fMakefile.inc1 ...". RE>Normally, src/Makefile is used and it calls installworld with RE>-m${.CURDIR}/share/mk. You can verify with ``make -n installworld''. So that was probably just a pilot error from me. RE>> The SHAREOWN SHAREGRP is needed because share/zoneinfo/Makefile passes RE>> these directly to zic. This could probably be fixed by calling zic RE>> during buildworld and just install the compiled files during installworld. RE>> RE>Yes, I've been thinking of doing this for some years now. I will see if RE>I can fix it easily, now that I have a good reason for it. ;) Would be nice.. I'm currently stuck to use panther to test my patches for sparc (my sparcs are still in Berlin) and I want to make sure that I don't break installworld at least. Thanks, harti