From owner-cvs-all Mon Mar 1 11: 6:54 1999
Delivered-To: cvs-all@freebsd.org
Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3])
by hub.freebsd.org (Postfix) with ESMTP
id 52AC5150BD; Mon, 1 Mar 1999 11:06:43 -0800 (PST)
(envelope-from tejblum@arc.hq.cti.ru)
Received: from arc.hq.cti.ru (localhost [127.0.0.1])
by arc.hq.cti.ru (8.9.2/8.9.0) with ESMTP id WAA16636;
Mon, 1 Mar 1999 22:05:34 +0300 (MSK)
Message-Id: <199903011905.WAA16636@arc.hq.cti.ru>
X-Mailer: exmh version 2.0zeta 7/24/97
To: hibma@skylink.it
Cc: Dmitrij Tejblum
, cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386
In-reply-to: Your message of "Mon, 01 Mar 1999 19:13:12 +0100."
Date: Mon, 01 Mar 1999 22:05:33 +0300
From: Dmitrij Tejblum
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
> Did you check whether this is also applicable to the files converted
> from .m to .h/.c (newbus macro files)? I've noticed a few times that I
> had problems building the kernel without doing make depend.
>
> It certainly falls over on usb_if.h device_if.h and friends when I build
> the kernel with -j 4 without a make depend first.
Hmm, I thought it mostly fixed by Warner Losh in December (rev 1.130).
All files in BEFORE_DEPEND should be build before object files. The
remaining problem was that vnode_if.h is not included in BEFORE_DEPEND.
Dima
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message