From owner-svn-src-head@freebsd.org Thu Jul 6 18:53:20 2017 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 8F5E2D8D4E6; Thu, 6 Jul 2017 18:53:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (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 4A0B77B1CF; Thu, 6 Jul 2017 18:53:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x229.google.com with SMTP id p21so10118399qke.3; Thu, 06 Jul 2017 11:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=O9nlBif5AiYEELoq8zhWaSW6/bz7uPbTZbfAcsJPtEA=; b=PQcGrmOKGLa9gkT/gBWAZrc531DqEvnzgpBwBF5IF1biNQiYVTbo+Kn243QjWTSe0H gH0zjC2x7+5pMJrzkmrpcA0Kr50ZLGAfZ7j5NJ/7bl7o5ZKD0sXxyufTKQoyJDb2iD0n MlB1pk/7HMy2XPNQWjytPr7+8Wr9zo94E5daNkpBergOigDdheCrDmkK5lDLRBiipoi+ ISaibFy56QYUpw18HyRy/D28kJoGp6Jj2ln9a41Zuq1//J6f+JS4CetyPEwVihXZJ99E TLInC+w1+SGAPsL28gKllYMowyIESleCs7MIl+wXaqHsFU9NaheuFSbliLk9ZEThFNqZ hcIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=O9nlBif5AiYEELoq8zhWaSW6/bz7uPbTZbfAcsJPtEA=; b=cvaVBOz2+WV3p/iEHwNeTEjlImN45qDnp70ediLjwks7/ylLfPgCwKS57oXTqJO+QD Y/Rdznlr1dFtia/ZuVDPaqfRkDzCk0gD1wAtsztleRhXDoCyzNPsISR7LUY6q005gRkP o/y+Z4Zh4LUNeH3AAxkCIKj3UxMW9NedrAVV4whKnYWQ7OQlOpSRIf7ZN6eS06lECpqS 0HzuGfDZNFmWpXv/ycxyd7q5a5hNbany0sYo2jxiKgnn6dMm6chaI5OraluNER6YYqzm fkZyO/dL5LoRC+od5XB4DX75oiir/AiAAoUTr3rJUjnoJ/wms5NqMTt/IUXZKw3e4WD1 u0DQ== X-Gm-Message-State: AKS2vOyeDne3N5dSn9Lwqtz3deyLBSNCxU2NHKX+g09WbgxPYtM8TlgQ setIkj3zc9DbswYtRLlMj/XDqyHWIO2O X-Received: by 10.55.92.130 with SMTP id q124mr64473099qkb.205.1499367199233; Thu, 06 Jul 2017 11:53:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.92.142 with HTTP; Thu, 6 Jul 2017 11:53:18 -0700 (PDT) In-Reply-To: <20170706175946.GK76445@FreeBSD.org> References: <201707061754.v66Hs4kL025965@repo.freebsd.org> <20170706175946.GK76445@FreeBSD.org> From: Ngie Cooper Date: Thu, 6 Jul 2017 11:53:18 -0700 Message-ID: Subject: Re: svn commit: r320748 - head/release To: Glen Barber Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 06 Jul 2017 18:53:20 -0000 On Thu, Jul 6, 2017 at 10:59 AM, Glen Barber wrote: > On Thu, Jul 06, 2017 at 05:54:04PM +0000, Glen Barber wrote: >> Author: gjb >> Date: Thu Jul 6 17:54:03 2017 >> New Revision: 320748 >> URL: https://svnweb.freebsd.org/changeset/base/320748 >> >> Log: >> Allow passing NOPKG= to make(1) to prevent the pkg-stage target >> from getting executed. `.if empty(NOPKG)` is a minimal test that can be used for that purpose, BTW. -Ngie