From owner-svn-src-head@FreeBSD.ORG Fri Aug 16 18:56:53 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 6B275DC7 for ; Fri, 16 Aug 2013 18:56:53 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E56A12ADD for ; Fri, 16 Aug 2013 18:56:52 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id n6so1618328lbi.8 for ; Fri, 16 Aug 2013 11:56:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=hjBP9iwPb4Knka6K1Sh6YlOcZwC8g0oHI1D+4ocf4cc=; b=Jl9ek/bKRH/NIZ5bfpBkBQAwirRrpoGwzmruu9loscdm4mhZ9m4UmVRUvvyotcj80Z CZdcw3yBuaCDjCt8HybyNIEdJxrvKMugyBN48AWkQEDMTVuoYBz4n42mzShFurQMg6Kn +IKfUreZabN4bCLnYmqTSLeEmsgqNDtDCXqwHna8UawP36T53TiWndLleILNvT8nr4fp s4oeedM6feXxFgFPtwsoNmSNffS29kuuJ7DS5tIrjezG0UzodfdxEcaxYYH3yINymW+d mwk23j977eb/QOlXWn2Ut1m5ax4IUL8uxj7y/CSSYut4bB5YRYUTss/VxzLI7L0eHQvo mbvA== X-Gm-Message-State: ALoCoQkQcUIR/prC1DPcBi2H7M7UJCwfNLsi35FKhJ+NF7rdawvHvbJFAZ5pvqYfWpFsUA/ciPh7 X-Received: by 10.112.14.102 with SMTP id o6mr3394494lbc.28.1376679404830; Fri, 16 Aug 2013 11:56:44 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.23.101 with HTTP; Fri, 16 Aug 2013 11:56:24 -0700 (PDT) In-Reply-To: <201308161847.r7GIlIGW006139@svn.freebsd.org> References: <201308161847.r7GIlIGW006139@svn.freebsd.org> From: Juli Mallett Date: Fri, 16 Aug 2013 11:56:24 -0700 X-Google-Sender-Auth: WvzToEoJj-GxhKO39Ll1OuOt_Uo Message-ID: Subject: Re: svn commit: r254419 - head/contrib/bmake To: "Simon J. Gerraty" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 16 Aug 2013 18:56:53 -0000 On Fri, Aug 16, 2013 at 11:47 AM, 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. > Thanks very much. Do you have some sense of when/if this might switch to a default of "no"? If so, it seems like it might be good to note that dependence on that behaviour is deprecated and will be removed in 11.0-RELEASE or whenever you think appropriate. Thanks again, Juli.