From owner-svn-src-head@freebsd.org Sun Dec 6 04:48:34 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E7CA41095; Sun, 6 Dec 2015 04:48:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x231.google.com (mail-pf0-x231.google.com [IPv6:2607:f8b0:400e:c00::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5001BFC; Sun, 6 Dec 2015 04:48:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pfbg73 with SMTP id g73so48078041pfb.1; Sat, 05 Dec 2015 20:48:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TA+UXAYc+Cs7zHki/fT8JLCEx/oOQyIdiOsYAyckZZw=; b=B25dOsi5MYV6XUxetRxA+g2gVrwRx1XzdpXtXHa6CrIK9KmB0XW+Rs1bRbAI2R2Pii wjYoPa4RvJaXDxA7y0YSMbeI+EuOQaCu5/IdTpXU7RtoTbPmZ5pt7iphAJjSf5u9OCAT RyPHYWkK+3O0vkT1RMk5kTQE6AIDnnx8sldj8J2KhUA2KR050rQF7iLFXUmRJxzNm4FT LHcENkOJA9RpQqYcX2E15EoQoyXtQCBriwYMvT96WkA2ztq77mKCvWyNV7aNl+um8b9I bwH+o38ROdGY61atUKbyMboovghwM8hbgFzvPD770R4+h53MjJOL5LKhQ7BN02IYN/qW wJow== X-Received: by 10.98.11.153 with SMTP id 25mr33916329pfl.102.1449377313407; Sat, 05 Dec 2015 20:48:33 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:20da:f646:2948:7ae0? ([2601:601:800:126d:20da:f646:2948:7ae0]) by smtp.gmail.com with ESMTPSA id e20sm26186574pfb.1.2015.12.05.20.48.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Dec 2015 20:48:32 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r291635 - in head: . share/mk From: NGie Cooper In-Reply-To: <201512020150.tB21oMtW076460@repo.freebsd.org> Date: Sat, 5 Dec 2015 20:48:30 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201512020150.tB21oMtW076460@repo.freebsd.org> To: Bryan Drewery X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 06 Dec 2015 04:48:34 -0000 > On Dec 1, 2015, at 17:50, Bryan Drewery wrote: >=20 > Author: bdrewery > Date: Wed Dec 2 01:50:22 2015 > New Revision: 291635 > URL: https://svnweb.freebsd.org/changeset/base/291635 >=20 > Log: =E2=80=A6 > Makefile.inc1 includes a guard so that 'make all' will not use = SUBDIR_PARALLEL, > added in r289438. This is so users do not get a probably broken = build if they > run 'make all' from the top-level. Before the change in this commit, = the > workaround for 'make everything' was 'par-all' which would depend on = 'all' and > cause a proper parallel recursion. Now that will not work so a new > _PARALLEL_SUBUDIR_OK is used to allow it. Silly question =E2=80=94 was the spelling intentional (SUBUDIR, not = SUBDIR)? Thanks! -NGie=