Subject: Re: June 08 SUP Problems
To: Ty Sarna <tsarna@endicor.com>
From: Andy Heffernan <ahh@netcom.com>
List: amiga-dev
Date: 06/09/1994 17:56:25
> In article <199406092144.RAA20071@zombie.ncsc.mil> "Stephen J. Roznowski" <sjr@zombie.ncsc.mil> writes:
> > > From: DCG9367@tntech.edu
> > > 
> > > [include problems]
> > 
> > I'm confused about this part. I've never had to do this "copying"
> > of the include files -- this is as recent as June 05 building a
> > GENERIC and A3000 kernels.
> 
> Me either, with either sups or tar_files. I always follow the
> reccommended build instructions (see current-users) and haven't had a
> problem for a long long time, except when I've forgotten a step. Are you
> sure you're following the latest instructions correctly?

If you've just got kernel sources, what else is there to do besides:

	cd usr.sbin/config.new
	make clean
	make
	make install
	cd ../../sys/arch/amiga/conf
	config.new GENERIC (or whatever)
	cd ../compile/GENERIC (or whatever)
	rm .depend
	make clean
	make depend
	make
?

------------------------------------------------------------------------------