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/

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 MANOWN=harti

Re: make installworld for non-root user

2004-07-07 Thread Harti Brandt
On Wed, 7 Jul 2004, Ruslan Ermilov wrote: REOn 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=harti \ RE

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: REOn 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 installworld for non-root user

2004-07-07 Thread Harti Brandt
On Wed, 7 Jul 2004, Ruslan Ermilov wrote: REOn 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 RENot until you call installworld with make