Date: Mon, 19 Feb 2001 23:11:11 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Coleman Kane <cokane@micro.ti.com> Cc: "Andrey A. Chernov" <ache@nagual.pp.ru>, freebsd-current@FreeBSD.ORG Subject: Re: 3dfx -current compile error Message-ID: <Pine.BSF.4.21.0102192250440.12253-100000@besplex.bde.org> In-Reply-To: <20010219030607.A46836@cokane.yi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 Feb 2001, Coleman Kane wrote: > Yeah, this seems to be broken across all modules. I don't know what's going on, > but it seems like it never bothers to make the *.o targets. The reason mine > pops up with the error is that, alphabetically, it is first on the list. If you > remove it from the ports Makefile, the accf_data module brings up the error. I > noticed a lot of commit traffic for config, src/share/mk, make and the like, so > I figured this to be a 'commit in process' issue. I'm forwarding this to > -current mailing list to let them know about the prob. This is because there is now an explicit rule for everything in ${OBJS} (and some other wrong things), so the suffix rule doesn't get used, and objects are "built" by removing .depend. Bruce 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?Pine.BSF.4.21.0102192250440.12253-100000>