From owner-freebsd-stable Mon Nov 13 20:18: 0 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 146D137B479; Mon, 13 Nov 2000 20:17:56 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAE4HsR09698; Mon, 13 Nov 2000 21:17:54 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA37024; Mon, 13 Nov 2000 21:17:54 -0700 (MST) Message-Id: <200011140417.VAA37024@harmony.village.org> To: Marcel Moolenaar Subject: Re: "make modules" kicks the first module directory twice Cc: obrien@FreeBSD.ORG, current@FreeBSD.ORG, stable@FreeBSD.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> <3A1030BA.D6CB42D0@cup.hp.com> <20001113144152.A39590@dragon.nuxi.com> Date: Mon, 13 Nov 2000 21:17:54 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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-stable" in the body of the message