From owner-svn-src-head@freebsd.org Fri May 24 17:09:13 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0284015B07C7; Fri, 24 May 2019 17:09:13 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f177.google.com (mail-it1-f177.google.com [209.85.166.177]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 911606F473; Fri, 24 May 2019 17:09:12 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f177.google.com with SMTP id j17so11494598itk.0; Fri, 24 May 2019 10:09:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=6QNHiZtg1UsBwJ4lV01mE0pyWt44GY+cxvwQF+QaLB0=; b=FyDJKE2TBR3XuPAesxnVY5dw65FbLsoGeWpxIJ7To+zIJEaCdblOqvJcMKy82QouFA sutNnKkhBo5h5ltvq7Z7EuEFB8oVNShawFUd1tNtsxXaYZyv1DlB9Sjt8A31KGkDPUxC GLGXJGbmD9778MzNfrslWfFZds1CoEijvakNBIGUCnpDwtwOMvQUHQq5nvvDYH1pBcn+ U90UJjL8RBqQKLIJ/OH/QZpPta55EA9PV9iovbPkOAZail3VZmVlb5LI8GNQM5OOTh7U ZDKEeouFdighNWPjS82hBM8WTi+QqfxsU0Jl2OyWqDrK9xpD4uW6fGuanibE6BOTeql0 0J+w== X-Gm-Message-State: APjAAAV89Pf/j7SrHWoULXw4CgvF0C/gHAhWpRf9yA6YJQCtVf1ezuST n34/JM6o+W0jlMa7ZwI12kWnvfiH X-Google-Smtp-Source: APXvYqwUEUvOsRp8AzMaGttsJedjj5HNnAuA40YXl4fiVL6tywfLmbVxF2co0GetLbiMBd9LzLwwFg== X-Received: by 2002:a24:35d8:: with SMTP id k207mr18127994ita.84.1558717745743; Fri, 24 May 2019 10:09:05 -0700 (PDT) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com. [209.85.166.50]) by smtp.gmail.com with ESMTPSA id f71sm1604944itc.5.2019.05.24.10.09.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 May 2019 10:09:04 -0700 (PDT) Received: by mail-io1-f50.google.com with SMTP id a17so8313708iot.8; Fri, 24 May 2019 10:09:04 -0700 (PDT) X-Received: by 2002:a05:6602:157:: with SMTP id v23mr13424323iot.80.1558717744154; Fri, 24 May 2019 10:09:04 -0700 (PDT) MIME-Version: 1.0 References: <201905241545.x4OFjh4N057402@repo.freebsd.org> <857f545b-c766-b9e0-3f01-6b80420c540c@cs.duke.edu> In-Reply-To: <857f545b-c766-b9e0-3f01-6b80420c540c@cs.duke.edu> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Fri, 24 May 2019 10:08:53 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r348241 - head To: Andrew Gallatin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 911606F473 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 24 May 2019 17:09:13 -0000 On Fri, May 24, 2019 at 9:24 AM Andrew Gallatin wrote: > Dumb question about this: Will it update toolchains, or just use what > can find? -DMAKE_JUST_KERNELS doesn't touch toolchains. For that, there is the less memorable build step: export NCPU=$((1 * $(sysctl -n hw.ncpu) / 3)); make -sj${NCPU} tinderbox JFLAG=-j${NCPU} UNIVERSE_TARGET=kernel-toolchain -DNO_CLEAN