Date: Thu, 18 Mar 1999 15:12:55 -0600 From: Zach Heilig <zach@uffdaonline.net> To: "Daniel C. Sobral" <dcs@newsguy.com>, Brett Taylor <brett@peloton.physics.montana.edu> Cc: Jonathan Frazier <wolfnet@wolfnet-irc.org>, freebsd-stable@FreeBSD.ORG, "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Subject: Re: Problems building 3.1-STABLE Message-ID: <19990318151255.B39713@znh.org> In-Reply-To: <36F13794.8F1A07AB@newsguy.com>; from Daniel C. Sobral on Fri, Mar 19, 1999 at 02:27:48AM %2B0900 References: <Pine.BSF.4.05.9903180903220.18957-100000@peloton.physics.montana.edu> <36F13794.8F1A07AB@newsguy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <zach@uffdaonline.net> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990318151255.B39713>