From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 14:00:30 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 5B0E41065673 for ; Fri, 11 Jun 2010 14:00:30 +0000 (UTC) (envelope-from alexbestms@uni-muenster.de) Received: from SECMAIL.UNI-MUENSTER.DE (SECMAIL.UNI-MUENSTER.DE [128.176.192.141]) by mx1.freebsd.org (Postfix) with ESMTP id 1889A8FC20 for ; Fri, 11 Jun 2010 14:00:29 +0000 (UTC) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTP id CF501BF405 for ; Fri, 11 Jun 2010 16:00:27 +0200 (CEST) Received: by vws20 with SMTP id 20so85266vws.13 for ; Fri, 11 Jun 2010 07:00:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.52.148 with SMTP id i20mr593487qag.140.1276264826128; Fri, 11 Jun 2010 07:00:26 -0700 (PDT) Received: by 10.229.247.142 with HTTP; Fri, 11 Jun 2010 07:00:26 -0700 (PDT) In-Reply-To: <4C101B35.8040506@dataix.net> References: <20100609213106.GA99939@freebsd.org> <4C101B35.8040506@dataix.net> Date: Fri, 11 Jun 2010 16:00:26 +0200 Message-ID: From: Alexander Best To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Import of clang/LLVM about to start 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 14:00:30 -0000 thanks a lot for the hints. doing buildkernel and buildworld with current src worked fine. how should i proceed if i want to try building kernel and world with clang? put CC, CXX and CPP in src.conf? or make.conf? or use envars? cheers. alex On Thu, Jun 10, 2010 at 12:52 AM, jhell wrote: > On 06/09/2010 17:31, Roman Divacky wrote: >> I dont see the error message but I guess you dont have tblgen >> built (a necessary part for building clang/LLVM) >> >> buildworld should be fine >> >> On Wed, Jun 09, 2010 at 11:30:10PM +0200, Alexander Best wrote: >>> that's great news! :) >>> >>> just tried to do `make depend all` in usr.bin/clang and got: > > Would probably be better if you did this right ? > > make obj && make depend && make all > =A0 =A0 ^^^ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^^^^^^ That previously happened directly = in your > src-tree if I am not mistaken. > > ( svn status /path/to/usr/src ) should show you any misdirected build > objectives that may have populated parts of your src tree without you > realizing it. > > -- > > =A0jhell > --=20 Alexander Best