Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 1998 22:04:44 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/conf files
Message-ID:  <199810181204.WAA21704@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    sys/conf             files 
>  Log:
>  Added missing dependency for bus_if.o on bus_if.h

I really hate the explicit dependencies */conf/files*.  This one can
be handled automatically by making all objects depend on all generated
headers if there is no .depend file (same method as in bsd.prog.mk).

I'd prefer to give the explicit rules and dependencies in a normal
makefiles (sys/conf/Makefile.inc and a machine-dependent Makefile.inc)
so that normal make syntax with no quoting can be used and the rules
can be used in LKM makefiles.  config(8) would only need to put files
in various lists according to directives like `no-implicit-rule'.

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?199810181204.WAA21704>