Re: Make a kernel in a different directory

2001-10-01 Thread Zhihui Zhang
The Makefile contains the following: # $FreeBSD: src/sys/modules/accf_http/Makefile,v 1.1.2.1 2000/07/28 04:03:48 alfred Exp $ .PATH: ${.CURDIR}/../../netinet KMOD= accf_http SRCS= accf_http.c .include On Mon, 1 Oct 2001, Song Li wrote: > So what's the contents of the Makefile in

Re: Make a kernel in a different directory

2001-10-01 Thread Song Li
So what's the contents of the Makefile in the accf_http directory? On Mon, 1 Oct 2001, Zhihui Zhang wrote: > > I put the whole kernel code under /test by the following command: > > #cp -R /usr/src/sys /test > > My configuration file is under /test/sys/i386/conf. Then I follow > all the steps a

Make a kernel in a different directory

2001-10-01 Thread Zhihui Zhang
I put the whole kernel code under /test by the following command: #cp -R /usr/src/sys /test My configuration file is under /test/sys/i386/conf. Then I follow all the steps as I usually do to make a kernel and install the kernel (config, make depend, make, and make install). But I got the foll