From owner-svn-src-head@FreeBSD.ORG Tue Sep 24 16:41:21 2013 Return-Path: Delivered-To: svn-src-head@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 814C5A55; Tue, 24 Sep 2013 16:41:21 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A235C291E; Tue, 24 Sep 2013 16:41:20 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so4962558wgh.7 for ; Tue, 24 Sep 2013 09:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=AZmubI7CeboB+Kpm0hd6tR3TrRBjWffVXivJ/FpJiRk=; b=FBePs4smLhGxi7nDBLItBTj68h5I443QIY7oxYeHrnCCql9DVfBcfDx1rqz8S92xZN eEG8FrqWUYzMJOrFhjjUT7RQZ07IV4riZhdJZ6Ig0DC55gbC+VDvYCQVIuDeuxIRNXkx bDWVSWQmjnCjW7/GwpJrqpr+3Ju7c4LIKA2N+lbjKzt0XYWzWsyFXk0vdifHbf+YSDt5 0798Vo/xrfpmvwqHyXNsGPjREgccLmwcO6WGu+TdlKuMZSW0sS3uhR8Ohipoc8GkTNoy qjDnIpqeV9sAjPCvGORdx3zkh9HB+oMF81uXqDVLFOG9U23Jo0JRyFpUFySRKCN/aKxh MoIQ== MIME-Version: 1.0 X-Received: by 10.180.206.42 with SMTP id ll10mr18966110wic.50.1380040879125; Tue, 24 Sep 2013 09:41:19 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.216.62.5 with HTTP; Tue, 24 Sep 2013 09:41:19 -0700 (PDT) In-Reply-To: <201308161847.r7GIlIGW006139@svn.freebsd.org> References: <201308161847.r7GIlIGW006139@svn.freebsd.org> Date: Tue, 24 Sep 2013 20:41:19 +0400 X-Google-Sender-Auth: iwEigrtWvrYfNCdDunh_k95-foQ Message-ID: Subject: Re: svn commit: r254419 - head/contrib/bmake From: Sergey Kandaurov To: "Simon J. Gerraty" Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 24 Sep 2013 16:41:21 -0000 On 16 August 2013 22:47, Simon J. Gerraty wrote: > Author: sjg > Date: Fri Aug 16 18:47:18 2013 > New Revision: 254419 > URL: http://svnweb.freebsd.org/changeset/base/254419 > > Log: > Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes) > for backwards compatability. > > Modified: > head/contrib/bmake/job.c > head/contrib/bmake/make.1 > [...] > Modified: head/contrib/bmake/make.1 > ============================================================================== > --- head/contrib/bmake/make.1 Fri Aug 16 16:55:39 2013 (r254418) > +++ head/contrib/bmake/make.1 Fri Aug 16 18:47:18 2013 (r254419) > @@ -721,6 +721,17 @@ The preferred variable to use is the env > because it is more compatible with other versions of > .Nm > and cannot be confused with the special target with the same name. > +.It Va .MAKE.ALWAYS_PASS_JOB_QUEUE > +Tells > +.Nm > +whether to pass the descriptors of the job token queue > +even if the target is not tagged with > +.Ic .MAKE > +The default is > +.Ql Pa yes > +for backwards compatability with compatibility > +.Fx 9 This results in mdoc warning. :mdoc warning: .Fx: Unknown FreeBSD version `9' (#733) -- wbr, pluknet