Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 01:49:04 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Rohit Grover <rgrover@panasas.com>
Cc:        Dima Dorfman <dima@unixfreak.org>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: can't generate vnode_if.h automatically
Message-ID:  <3B779480.968F97BE@mindspring.com>
References:  <20010812231051.D3FB83E2F@bazooka.unixfreak.org> <01081216241201.07250@tiltill.panasas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Rohit Grover wrote:
> 
> On Sun, 12 Aug 2001, Dima Dorfman wrote:
> > Rohit Grover <rgrover@panasas.com> writes:
> > > Interestingly, when I executed the command  'make depend',
> > > vnode_if.h was correctly created for me. I'd like to know why I don't
> > > need to do a 'make depend' for modules like 'vn' or 'nfs' before
> > > building them.
> >
> > Perhaps because it was done before?  Check to see if you have a
> > '.depend' file in those directories.  I'm pretty sure you do.
> 
> I did not find a .depend in sys/modules/vn.

It's because of the order of declaration of the variables
containing the source and the objects vs. the .include
directive(s) in your Makefile.

-- Terry

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B779480.968F97BE>