From owner-cvs-all Wed Sep 9 12:07:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAB00973 for cvs-all-outgoing; Wed, 9 Sep 1998 12:07:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00964; Wed, 9 Sep 1998 12:07:31 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id FAA12306; Thu, 10 Sep 1998 05:07:18 +1000 Date: Thu, 10 Sep 1998 05:07:18 +1000 From: Bruce Evans Message-Id: <199809091907.FAA12306@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@village.org Subject: Re: cvs commit: src/sys/conf files Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >: completely for `make -jN'. The problem is handled for application >: makefiles by making all .o files depend on all generated .h files >: when .depend doesn't exist. See bsd.prog.mk and about 100 log >: messages for application makefiles. > >Hmmm, the make -j 5 works for me after a make clean. I wonder why >that would work if it were completely bogus :-) Races. >I agree that there are other files that depend on these files. I also >agree that subr_bus.o is the file that actually depends on this file. >Config generates the proper dependency on the .o file. There are at >least two files that depend on bus_if.h and device_if.h. > >If this isn't the place to do this for the kernel, what is the right >thing to do? See bsd.prog.mk and about 100 log messages for application makefiles :-). Bruce