Subject: Re: FAQ - a _very_ small start (2)
To: None <port-atari@NetBSD.ORG, leo@ahwau.ahold.nl>
From: Waldi Ravens <waldi@moacs.indiv.nl.net>
List: port-atari
Date: 11/23/1995 20:10:06
Leo Weppelman wrote:

> Browse a bit through the files and copy the one you like most to, say,
> MYKERNEL. add or change the file to your liking and when you are finished,
> type: "config MYKERNEL". When there are no errors, a new directory is setup
> for you: /usr/src/sys/arch/atari/compile/MYKERNEL. Go to this directory
> and type: "make depend; make". You'll have some time to drink coffee now ;-)
             ^^^^^^^^^^^^^^^^^
If the `make depend' fails, the second `make' will still be exeucuted,
which is not what you want in this particular case. Type `make depend all'
instead. If make encounters an error while target `depend' is build, the
second target will not be build.


Waldi