Re: make installworld for non-root user

2004-07-07 Thread Harti Brandt
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

Re: make installworld for non-root user

2004-07-07 Thread Ruslan Ermilov
On Wed, Jul 07, 2004 at 11:17:00AM +0200, Harti Brandt wrote: > On Wed, 7 Jul 2004, Ruslan Ermilov wrote: > > RE>On Wed, Jul 07, 2004 at 09:57:52AM +0200, Harti Brandt wrote: > RE>> > RE>> Hi all, > RE>> > RE>> is there an easy way for a non-root user to test the installworld target? > RE>> I ca

Re: make installworld for non-root user

2004-07-07 Thread Harti Brandt
On Wed, 7 Jul 2004, Ruslan Ermilov wrote: RE>On Wed, Jul 07, 2004 at 09:57:52AM +0200, Harti Brandt wrote: RE>> RE>> Hi all, RE>> RE>> is there an easy way for a non-root user to test the installworld target? RE>> I came up with RE>> RE>> make SHAREOWN=harti SHAREGRP=harti LIBOWN=harti LIBGRP=h

Re: make installworld for non-root user

2004-07-07 Thread Ruslan Ermilov
On Wed, Jul 07, 2004 at 09:57:52AM +0200, Harti Brandt wrote: > > Hi all, > > is there an easy way for a non-root user to test the installworld target? > I came up with > > make SHAREOWN=harti SHAREGRP=harti LIBOWN=harti LIBGRP=harti \ > NOFSCHG=yes INFOMODE=644 INFOOWN=harti INFOGRP=harti MANOW

make installworld for non-root user

2004-07-07 Thread Harti Brandt
Hi all, is there an easy way for a non-root user to test the installworld target? I came up with make SHAREOWN=harti SHAREGRP=harti LIBOWN=harti LIBGRP=harti \ NOFSCHG=yes INFOMODE=644 INFOOWN=harti INFOGRP=harti MANOWN=harti \ MANGRP=harti BINOWN=harti BINGRP=harti DESTDIR=/t/scratch/harti/root/ \