From owner-freebsd-current Mon Feb 19 4:12: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E31FA37B4EC for ; Mon, 19 Feb 2001 04:11:58 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA06666; Mon, 19 Feb 2001 23:11:42 +1100 Date: Mon, 19 Feb 2001 23:11:11 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Coleman Kane Cc: "Andrey A. Chernov" , freebsd-current@FreeBSD.ORG Subject: Re: 3dfx -current compile error In-Reply-To: <20010219030607.A46836@cokane.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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