From owner-freebsd-questions@FreeBSD.ORG Thu Oct 3 16:08:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21477EA4 for ; Thu, 3 Oct 2013 16:08:13 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1DA22E2A for ; Thu, 3 Oct 2013 16:08:12 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id y6so2185635lbh.20 for ; Thu, 03 Oct 2013 09:08:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=OS1ff34Lwj0vIraPH3X20h0DLxOTyJC+278HyUWNEYs=; b=gtW6bj2ZMy/wF1nv9VkWxuLksQ5xPWCZf9X3AG3zgDGo7nuK6to+cZiYmI2g095TtY 49CregYOOQ9WMhTNSyrq85Gy4Qr2H1xpUMLS8D8D0K+B9L7XdoZAvDtv/TW5a8jTQv06 Ho/sBdzsBi8NkFnIlMAXcpJuh2WOTiXv09JTRa2+HhK2gVPx9RkuEwG/plA4W8kOkV7E H9Zef5hbZapX2LxekBAuJ8SAaMwCppdjG8CJUS8+QBdJNvb5S3O3WP/AIxi+5URUDkIW r6Wa/aFDeCBvqh2kVDRzrCRXBGcIjJlGzdML8uCvbF+MKhjAKZx8uKuG79TRaNwIXz9D zRLg== X-Received: by 10.112.50.72 with SMTP id a8mr1650060lbo.50.1380816490760; Thu, 03 Oct 2013 09:08:10 -0700 (PDT) Received: from [192.168.1.128] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id kx1sm6858811lac.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Oct 2013 09:08:10 -0700 (PDT) Message-ID: <524D9668.4080605@gmail.com> Date: Thu, 03 Oct 2013 19:08:08 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: dweimer@dweimer.net, FreeBSD Questions Subject: Re: 9.1 - 9.2 upgrade, clang question References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 16:08:13 -0000 03.10.2013 17:36, dweimer wrote: > When upgrading from 9.1 to 9.2 using source, is there any benefit to > rebuilding twice, due to the clang version change? So that the second > buildworld/kernel is done from the updated clang 3.3, instead of the > clang 3.1 that was in FreeBSD 9.1? During the buildworld first new compiler is built and then this new compiler is used to build everything else. There may be other reasons to double build though... Maybe after cleaning system with `make delete-old`/`make delete-old-libs`? -- Sphinx of black quartz, judge my vow.