Date: Wed, 7 Jul 2004 12:51:19 +0200 (CEST) From: Harti Brandt <harti@freebsd.org> To: Ruslan Ermilov <ru@freebsd.org> Cc: hackers@freebsd.org Subject: Re: make installworld for non-root user Message-ID: <20040707124856.P3576@beagle.kn.op.dlr.de> In-Reply-To: <20040707095757.GA67252@ip.net.ua> References: <20040707095457.J3232@beagle.kn.op.dlr.de> <20040707080739.GB66260@ip.net.ua><20040707095757.GA67252@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040707124856.P3576>