Subject: Re: make
To: Christos Zoulas <christos@zoulas.com>
From: Chris Scott <ccscott@gmail.com>
List: netbsd-help
Date: 08/02/2004 22:35:45
On Tue, 3 Aug 2004 00:53:11 GMT, Christos Zoulas <christos@zoulas.com> wrote:
> In article <3b95c9b00408021735b39d618@mail.gmail.com>,
> 
> 
> Chris Scott <ccscott@gmail.com> wrote:
> >Would you be able to give me a good tutorial for BSD make? I have
> >found this http://www.ten15.org/docs/make/ (pmake) but it doesn't seem
> >like it all applies to BSD make.
> 
> Most of the changes from pmake involve ".CURDIR", ".OBJDIR" and the mandatory
> "." prefix for all keywords. The rest should apply. What exactly do you want
> to know?
> 
> christos
> 

I just want to begin using make with my projects, and I want to be
able to understand the Makefile's used in the kernel source. I guess
I'll just read the Tendra tutorial and make sure you prefix everything
with a period.

-- 

Chris