From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 18:52:54 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E33C71065679 for ; Fri, 11 Jun 2010 18:52:54 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id A5B4F8FC0A for ; Fri, 11 Jun 2010 18:52:54 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 7B09411BA59; Fri, 11 Jun 2010 13:52:53 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id V4HYGX88S3LE; Fri, 11 Jun 2010 13:52:53 -0500 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <4C128548.8090505@fgznet.ch> Date: Fri, 11 Jun 2010 19:52:50 +0100 Content-Transfer-Encoding: 7bit Message-Id: <3292297E-A87B-4191-AB7D-2D94C28DF1E5@FreeBSD.org> References: <4C128548.8090505@fgznet.ch> To: Andreas Tobler X-Mailer: Apple Mail (2.1078) Cc: freebsd-current Subject: Re: How to disable CLANG & co build in buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 18:52:55 -0000 On 11 Jun 2010, at 19:49, Andreas Tobler wrote: > Hello, > > how can I disable the build of CLANG in a buildworld? echo "WITHOUT_CLANG=yes" >> /etc/src.conf Regards, -- Rui Paulo