From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 30 09:07:59 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F11F1065677; Mon, 30 Jun 2008 09:07:59 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 33D1D8FC1C; Mon, 30 Jun 2008 09:07:59 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1KDFMb-0008Y6-J1; Mon, 30 Jun 2008 12:07:57 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Ruslan Ermilov In-reply-to: <20080629215531.GC21018@edoofus.dev.vega.ru> References: <20080629.014211.74670684.imp@bsdimp.com> <20080629215531.GC21018@edoofus.dev.vega.ru> Comments: In-reply-to Ruslan Ermilov message dated "Mon, 30 Jun 2008 01:55:31 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Jun 2008 12:07:57 +0300 From: Danny Braniss Message-ID: Cc: freebsd-hackers@freebsd.org, Scott Ullrich Subject: Re: WITHOUT_INSTALLLIB blues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 09:07:59 -0000 > On Sun, Jun 29, 2008 at 02:54:03PM -0400, Scott Ullrich wrote: > > On Sun, Jun 29, 2008 at 3:42 AM, Warner Losh wrote: > > >> when setting WITHOUT_INSTALLLIB, make buildworld breaks with > > >> make: don't know how to make /r+d/obj/sunfire/alix/i386/r+d/7.0/src/tmp/legacy/ > > >> usr/lib/libegacy.a. Stop > > > > > > Only set it for installworld. > > > > Was this documented somewhere after the change? This bit me some time > > ago and I could not find it documented anywhere. If not can someone > > add it to /usr/src/UPDATING? > > > It follows from the description of WITHOUT_INSTALLLIB in src.conf(5), > but perhaps it's not very obvious. understatement :-) but if it only applies to 'install' why does it break 'build'? I have one file src.conf, now i need 2? cheers, danny