From owner-freebsd-hackers Sun Aug 12 16:10:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 2BA9C37B405 for ; Sun, 12 Aug 2001 16:10:55 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id D3FB83E2F; Sun, 12 Aug 2001 16:10:51 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id B148D3C12D; Sun, 12 Aug 2001 16:10:51 -0700 (PDT) To: Rohit Grover Cc: freebsd-hackers@freebsd.org Subject: Re: can't generate vnode_if.h automatically In-Reply-To: <01081215572400.07250@tiltill.panasas.com>; from rgrover@panasas.com on "Sun, 12 Aug 2001 15:35:52 -0700" Date: Sun, 12 Aug 2001 16:10:46 -0700 From: Dima Dorfman Message-Id: <20010812231051.D3FB83E2F@bazooka.unixfreak.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rohit Grover 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message