Date: Mon, 13 Nov 2000 21:17:54 -0700 From: Warner Losh <imp@village.org> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: obrien@FreeBSD.ORG, current@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: "make modules" kicks the first module directory twice Message-ID: <200011140417.VAA37024@harmony.village.org> In-Reply-To: Your message of "Mon, 13 Nov 2000 19:38:05 EST." <3A10896D.E782256@cup.hp.com> References: <3A10896D.E782256@cup.hp.com> <Pine.BSF.4.21.0011131953001.646-100000@besplex.bde.org> <3A1030BA.D6CB42D0@cup.hp.com> <20001113144152.A39590@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <3A10896D.E782256@cup.hp.com> Marcel Moolenaar writes: : BTW: I'm also looking at Warner's patch. Maybe that's the better fix for : it, but I have to dig into the Makefiles a bit more to get a better : picture... The implications are that make obj isn't done unless you've run make depend first. If a new directory is added and a make depend isn't run, then the modules won't get built into the obj tree, but instead will be built into $S/modules. This isn't too bad because unless you have multiple kernels that are skewed in version that you'll be doing make installs from from the same tree (which isn't supported, officially, now, but does accidentally usually work). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011140417.VAA37024>