From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 15:11:33 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA775EE1 for ; Mon, 26 Jan 2015 15:11:33 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 818CAF45 for ; Mon, 26 Jan 2015 15:11:33 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so8770190igb.2 for ; Mon, 26 Jan 2015 07:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=f7Nnb3j2SpPBFLUtQyHE/wsVLMPUB2dXcbQIGnN7wYc=; b=CKwKzk4nlLGwWVS5qIlSuTwuAjtot8f7h3Eamew+HE/DV2AEcd53/bSI9qTTa2Vfc9 viCswhgJumj/GjiOm4/ktbB/OZ1S9GBMAGLELXTEK7G43uMao03Npe/aHdQJ/xKTYLm4 71h8WNPvWUpCEKziHKiwIO89HuS/9Oz9Bg7wzYx75rvtxEqblPzrJ4H0elvoooN48sm0 APdF5v2Rg8QVJ8++L1elyCsFbxFzLNtnHuV8MHzvWQ3DvHWYV98qKGE1t24GvePe5w8J +hOXnsrMWbEvBI1EluQgr3yNmKMlaWG21LNRk1mwHH6hsmw6QZFbogkHA7Wp6T7pvn3k xRIg== MIME-Version: 1.0 X-Received: by 10.42.94.79 with SMTP id a15mr21076234icn.30.1422285092863; Mon, 26 Jan 2015 07:11:32 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.64.225.38 with HTTP; Mon, 26 Jan 2015 07:11:32 -0800 (PST) Date: Mon, 26 Jan 2015 10:11:32 -0500 X-Google-Sender-Auth: 2w-iXjRNZVxLUixyU4oFljIoCdw Message-ID: Subject: Source Build Question From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2015 15:11:33 -0000 Hi all, The output below is an excerpt from 2 source builds of the same source (releng/10.0) on 2 different hosts. The obvious difference is "all" vs "depend", but what exactly does this signify and does it impact the performance of a build? /*** Source build, Host 1 ***/ ===> lib/clang/libllvmanalysis (all) ===> lib/clang/libllvmarchive (all) ===> lib/clang/libllvmasmparser (all) ===> lib/clang/libllvmasmprinter (all) ===> lib/clang/libllvmbitreader (all) ===> lib/clang/libllvmbitwriter (all) /*** Source build, Host 2 ***/ ===> lib/clang/libllvmanalysis (depend) ===> lib/clang/libllvmarchive (depend) ===> lib/clang/libllvmasmparser (depend) ===> lib/clang/libllvmasmprinter (depend) ===> lib/clang/libllvmbitreader (depend) ===> lib/clang/libllvmbitwriter (depend) -- Take care Rick Miller