Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 17:21:55 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        imp@village.org, jkh@zippy.cdrom.com
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: Requiring make depend (was: cvs commit: src/sys/sys bus.h bus_private.h conf.h devicestat.h module.h src/sys/kern bus_if.m device_if.m kern_con)
Message-ID:  <199812050621.RAA21287@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I've fixed it for more of the cases than it currently is broken for.
>Building individual .o files might still require make depend first in
>order to have things built/rebuilt correctly.  That has always been
>the case, so I'm not too disheartened by it.

It breaks `make -jN', and is not hard to fix using the same methods as
in application makefiles.  First make all objects depend on all generated
headers.  The list of generated headers is in ${BEFORE_DEPEND} (provided
the dependencies for `depend' are correct).

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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