From owner-freebsd-arch@FreeBSD.ORG Sun Jun 27 00:19:39 2010 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE2C1065670; Sun, 27 Jun 2010 00:19:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 27A3C8FC16; Sun, 27 Jun 2010 00:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5R0HA2A064848; Sat, 26 Jun 2010 18:17:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 26 Jun 2010 18:17:19 -0600 (MDT) Message-Id: <20100626.181719.295937982837325865.imp@bsdimp.com> To: ru@freebsd.org From: "M. Warner Losh" In-Reply-To: <20100626.172307.4959786928950356.imp@bsdimp.com> References: <20100626.172307.4959786928950356.imp@bsdimp.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: arch@freebsd.org Subject: Re: Build tools X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 00:19:39 -0000 In message: <20100626.172307.4959786928950356.imp@bsdimp.com> "M. Warner Losh" writes: : Hey Ruslan, : : Maybe you can help me understand why the following are in the : buildtools list: : _share= share/syscons/scrnmaps : : bin/csh \ : lib/ncurses/ncurses \ : lib/ncurses/ncursesw \ : ${_share} \ : lib/libmagic \ : usr.sbin/sysinstall : : There's clearly some side effects that I'm missing here... I'm missing that build-tools: target is built, and that those tools are then used to build these items. It isn't that these items are built themselves. Warner