cvs commit: src/sys/modules/acpi Makefile.inc
Nate Lawson
nate at root.org
Tue Jan 13 09:40:41 PST 2004
On Tue, 13 Jan 2004, Takahashi Yoshihiro wrote:
> Added files:
> sys/modules/acpi Makefile.inc
> Log:
> Include "../Makefile.inc" to propagate the configuration to subdirectories.
>
> Revision Changes Path
> 1.1 +3 -0 src/sys/modules/acpi/Makefile.inc (new)
>
> --- /dev/null Tue Jan 13 05:08:42 2004
> +++ src/sys/modules/acpi/Makefile.inc Tue Jan 13 05:08:27 2004
> @@ -0,0 +1,3 @@
> +# $FreeBSD: /repoman/r/ncvs/src/sys/modules/acpi/Makefile.inc,v 1.1 2004/01/13 13:08:27 nyan Exp $
> +
> +.include "../Makefile.inc"
Is this the right approach? If you want a single Makefile.inc in
/sys/modules, then why not just include ../../Makefile.inc? Why make an
empty one that just includes its parent, which leads us to a twisty chain
of Makefile.inc's, all the same?
-Nate
More information about the cvs-src
mailing list