Rohit Grover wrote:
> 
> On Sun, 12 Aug 2001, Dima Dorfman wrote:
> > Rohit Grover <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to