From owner-freebsd-stable Thu Mar 18 13:15:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from k6n1.znh.org (unknown [207.109.235.26]) by hub.freebsd.org (Postfix) with ESMTP id 8F67E14E78 for ; Thu, 18 Mar 1999 13:14:45 -0800 (PST) (envelope-from zach@uffdaonline.net) Received: (from zach@localhost) by k6n1.znh.org (8.9.3/8.9.1) id VAA39940; Thu, 18 Mar 1999 21:12:55 GMT (envelope-from zach) Message-ID: <19990318151255.B39713@znh.org> Date: Thu, 18 Mar 1999 15:12:55 -0600 From: Zach Heilig To: "Daniel C. Sobral" , Brett Taylor Cc: Jonathan Frazier , freebsd-stable@FreeBSD.ORG, "Jordan K. Hubbard" Subject: Re: Problems building 3.1-STABLE References: <36F13794.8F1A07AB@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36F13794.8F1A07AB@newsguy.com>; from Daniel C. Sobral on Fri, Mar 19, 1999 at 02:27:48AM +0900 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 19, 1999 at 02:27:48AM +0900, Daniel C. Sobral wrote: > This is most likely an artifact of a bad interaction between doscmd, > re-enabled in stable recently, and the upgrade target. I'll make the bet that /usr/X11R6/lib/libX11.* are a.out ... An UPGRADING variable could be defined, and something similar to: [in /usr/src/usr.bin/doscmd/Makefile, line 29] -.if exists(${X11BASE}/include) && exists(${XLIBDIR}/libX11.a) +.if exists(${X11BASE}/include) && exists(${XLIBDIR}/libX11.a) && !defined(UPGRADING) done... > With the word, Jordan, master of both the upgrade target and the > person who re-enabled doscmd. :-) -- Zach Heilig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message