Re: How to build -current and install to empty slice?

2003-01-22 Thread Darren Pilgrim
Ray Kohler wrote: On Sun, Jan 19, 2003 at 05:05:37PM -0800, Darren Pilgrim wrote: How do tell make to use /5/usr/obj instead of /usr/obj? Will MAKEOBJDIRPREFIX=/5/usr/obj do this? I have more questons: Can I force make to ignore /etc/make.conf and /etc/defaults/make.conf and read another

Re: How to build -current and install to empty slice?

2003-01-19 Thread Darren Pilgrim
Dag-Erling Smorgrav wrote: Kevin Oberman [EMAIL PROTECTED] writes: The first question is a bit tougher. Not at all. Just prepare the slice so that it contains at least an 'a' partition (so you can boot from it), mount the fresh partitions in the correct places in relation to eachother

Re: How to build -current and install to empty slice?

2003-01-19 Thread Ray Kohler
On Sun, Jan 19, 2003 at 05:05:37PM -0800, Darren Pilgrim wrote: How do tell make to use /5/usr/obj instead of /usr/obj? Will MAKEOBJDIRPREFIX=/5/usr/obj do this? I have more questons: Can I force make to ignore /etc/make.conf and /etc/defaults/make.conf and read another set of config

Re: How to build -current and install to empty slice?

2003-01-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ray Kohler [EMAIL PROTECTED] writes: : # cd /5/usr/src MAKEOBJDIRPREFIX=/5/usr/obj DESTDIR=/5 make buildworld : # MAKEOBJDIRPREFIX=/5/usr/obj DESTDIR=/5 make kernel : # MAKEOBJDIRPREFIX=/5/usr/obj DESTDIR=/5 make installworld : # cd /5/usr/src/etc

Re: How to build -current and install to empty slice?

2003-01-18 Thread Dag-Erling Smorgrav
Kevin Oberman [EMAIL PROTECTED] writes: The first question is a bit tougher. Not at all. Just prepare the slice so that it contains at least an 'a' partition (so you can boot from it), mount the fresh partitions in the correct places in relation to eachother (e.g. ad0s2a on /mnt, ad0s2d on

How to build -current and install to empty slice?

2003-01-17 Thread Darren Pilgrim
I'd like to try out -current, however I'm not willing to clobber by working 4.7 install. How do build -current on 4.7p3 away from my RELENG_4_7 source, then install to a seperate, pre-partitioned slice? Is it ok to create the filesystems with 4.7p3's newfs? Also, how do I cvsup a developer

Re: How to build -current and install to empty slice?

2003-01-17 Thread Kevin Oberman
Date: Fri, 17 Jan 2003 13:40:43 -0800 From: Darren Pilgrim [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] I'd like to try out -current, however I'm not willing to clobber by working 4.7 install. How do build -current on 4.7p3 away from my RELENG_4_7 source, then install to a seperate,

Re: How to build -current and install to empty slice?

2003-01-17 Thread Joshua Goodall
On Fri, Jan 17, 2003 at 01:40:43PM -0800, Darren Pilgrim wrote: I'd like to try out -current, however I'm not willing to clobber by working 4.7 install. How do build -current on 4.7p3 away from my RELENG_4_7 source, then install to a seperate, pre-partitioned slice? I haven't tried it, but