> On Sunday, July 02, 2000, Rodney W. Grimes wrote:
> > Actually the whole src/sys/compile thing should go away, it is
> > one of the last things that has to be dealt with for a totally
> > read-only mounted /usr/src.  IMHO it should be moved to /usr/obj,
> > and /usr/obj should, if it hasn't already, be enhanced to include
> > a ${MACHINE_ARCH} component.
> 
>    It does already, but how do you propose the user build and
> install the kernel?  ``cd /usr/obj ...'' is inconsistent with any
> current procedures.

Just the argument to the cd has changed, the command sequence is
still:
cd blah
make depend && make && make install.

cd blah is currently
cd ../../compile/${KERNNAME}
it becomes
cd /usr/obj/`pwd`/${KERNNAME}

config(8) will need to produce a better makefile using `pwd` to
figure out the path to the kernel sources.  BDE probably has lots
of tips about how to do this.

-- 
Rod Grimes - KD7CAX @ CN85sl - (RWG25)               [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to