From owner-svn-src-head@FreeBSD.ORG Mon Nov 28 14:03:37 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79A5B1065670; Mon, 28 Nov 2011 14:03:37 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 69D4A8FC19; Mon, 28 Nov 2011 14:03:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pASE3bIY094074; Mon, 28 Nov 2011 14:03:37 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pASE3bnq094072; Mon, 28 Nov 2011 14:03:37 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201111281403.pASE3bnq094072@svn.freebsd.org> From: Max Khon Date: Mon, 28 Nov 2011 14:03:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228066 - head/tools X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 14:03:37 -0000 Author: fjoe Date: Mon Nov 28 14:03:36 2011 New Revision: 228066 URL: http://svn.freebsd.org/changeset/base/228066 Log: Add a comment that shows how to limit the build to the specific list of arches. Modified: head/tools/tinder.sh Modified: head/tools/tinder.sh ============================================================================== --- head/tools/tinder.sh Mon Nov 28 14:01:17 2011 (r228065) +++ head/tools/tinder.sh Mon Nov 28 14:03:36 2011 (r228066) @@ -37,6 +37,8 @@ # sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade NO_CLEAN=yes # # build libdialog and sade for all architectures # # without making clean +# sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade TARGETS="amd64 i386" +# # build libdialog and sade only for amd64 and i386 # if [ $# -eq 0 ]; then