Date: Sun, 12 Nov 2000 23:58:39 -0700 From: Warner Losh <imp@village.org> To: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Cc: current@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: "make modules" kicks the first module directory twice Message-ID: <200011130658.eAD6wdG38522@billy-club.village.org> In-Reply-To: Your message of "Mon, 13 Nov 2000 14:58:12 %2B0900." <20001113145812F.matusita@jp.FreeBSD.org> References: <20001113145812F.matusita@jp.FreeBSD.org> <HLEDJBJKDDPDJBMGCLPPKEFGCIAA.otterr@telocity.com> <3A085F93.BC245A53@cup.hp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20001113145812F.matusita@jp.FreeBSD.org> Makoto MATSUSHITA writes: : It does not fix this problem. However, if we separate the execution of : "make obj" and "make all", we can avoid (again, not *fix*) the problem. : Maybe this change is reasonable; there is few meaning doing "make : kernel-depend" in "doMODULES" target. I think that make has no business doing an implicit make obj for the all target. I have been running with patches in my tree that doesn't do the obj target if .depend exists. Of course, you have to be more careful about running make depend in that case, but right now the make obj in the all target is hiding this problem. So I would agree with your patch and your proposal. 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?200011130658.eAD6wdG38522>