From owner-cvs-all@FreeBSD.ORG Mon Feb 23 23:55:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CD1816A4CE; Mon, 23 Feb 2004 23:55:27 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545D143D1F; Mon, 23 Feb 2004 23:55:26 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1O7tP5O015130; Tue, 24 Feb 2004 18:55:25 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1O7tNch024160; Tue, 24 Feb 2004 18:55:24 +1100 Date: Tue, 24 Feb 2004 18:55:23 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Pawel Jakub Dawidek In-Reply-To: <20040224072740.GL82862@darkness.comp.waw.pl> Message-ID: <20040224184755.U6553@gamplex.bde.org> References: <200402240346.i1O3kDPR093546@repoman.freebsd.org> <20040224072740.GL82862@darkness.comp.waw.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/gconcat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 07:55:27 -0000 On Tue, 24 Feb 2004, Pawel Jakub Dawidek wrote: > On Mon, Feb 23, 2004 at 07:46:12PM -0800, Bruce Evans wrote: > +> bde 2004/02/23 19:46:12 PST > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sbin/gconcat Makefile > +> Log: > +> Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and > +> -DNOSHARED=yes cases. > > Thanks! > Could you also connect gconcat(8) to the rescue directory? > I don't want to miss something simlar again. Someone else had better to that since I don't believe in or use the !NO_DYNAMIC_ROOT case. I also don't believe in or use geom (except for testing -current), but there is no option to leave it out of the world and fixing it is easier than adding such an option. Bruce