From owner-cvs-all Thu Sep 24 21:04:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21475 for cvs-all-outgoing; Thu, 24 Sep 1998 21:04:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-58.ppp.wenet.net [206.15.84.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21452; Thu, 24 Sep 1998 21:04:36 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id VAA00711; Thu, 24 Sep 1998 21:06:10 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 24 Sep 1998 21:06:10 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: "Jordan K. Hubbard" cc: Luoqi Chen , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <22849.906690811@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Jordan K. Hubbard wrote: [...] > Hmmm, well, that's interesting since my make release just fell over > there (with no X stuff in the chroot dir) trying to link doscmd with X > bits which didn't exist. How might you explain that? :-) > > I'd be happy to have it back in, believe me, all I know is that when > it became part of the default build list again, *boom*, there went my > release builds. :-) You _can_ build a non X version, and in fact to me it looks like it checks for installed X Libs before trying to build an X based doscmd (line 23, rev 1.13, usr.bin/doscmd/Makefile). - alex