Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 1998 05:07:18 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, imp@village.org
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/conf files
Message-ID:  <199809091907.FAA12306@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809091907.FAA12306>