Submitter | Augie Fackler |
---|---|
Date | April 21, 2016, 2:16 p.m. |
Message ID | <c5e702fe862a157067f3.1461248202@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/14761/ |
State | Changes Requested |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@patchwork.serpentine.com Delivered-To: patchwork@patchwork.serpentine.com Received: from mercurial.selenic.com (mercurial-scm.org [192.81.134.36]) by bz.selenic.com (Postfix) with ESMTP id F08DC3BBD1 for <patchwork@patchwork.serpentine.com>; Thu, 21 Apr 2016 10:17:37 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id E3E212C3C7; Thu, 21 Apr 2016 10:17:37 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7FLendgpfn4I; Thu, 21 Apr 2016 10:17:37 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial.selenic.com (Postfix) with ESMTP id C1BCD2C3C2; Thu, 21 Apr 2016 10:17:36 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id 53D802C3C2 for <mercurial-devel@mercurial-scm.org>; Thu, 21 Apr 2016 10:17:35 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id D8Q2YvZSa5wL for <mercurial-devel@mercurial-scm.org>; Thu, 21 Apr 2016 10:17:35 -0400 (EDT) Received: from homiemail-a113.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mercurial.selenic.com (Postfix) with ESMTPS id 01EA72C3BF for <mercurial-devel@mercurial-scm.org>; Thu, 21 Apr 2016 10:17:34 -0400 (EDT) Received: from homiemail-a113.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTP id 53F3420098610; Thu, 21 Apr 2016 07:17:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=durin42.com; h= content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:date:from:to:cc; s= durin42.com; bh=lVspIOWTKJ0QKpCQZEUVNwxb8K4=; b=bO3zTgoescSks/ke UtNN4GWt+BxZ5B+lu1ACeiLorcqKw38MQ7BAbI2U+eCYeKocCaaQ5AssM8OllwHK XTRL/qzgKz8BoSOeJnMzw1niiYtGFzO5a1XfsyJpCsnBuERTSqHDUODMtCA0Q7aG dwGGS7FjLzPc7Co6METTeTvEU5k= Received: from arthedain.pit.corp.google.com (unknown [74.125.59.147]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: augie@durin42.com) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTPSA id E04572009860E; Thu, 21 Apr 2016 07:17:25 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 2 of 3 bsdmake] Makefile: do assignment and export in a single statement X-Mercurial-Node: c5e702fe862a157067f38824ce717ed603ee318b X-Mercurial-Series-Index: 2 X-Mercurial-Series-Total: 3 Message-Id: <c5e702fe862a157067f3.1461248202@arthedain.pit.corp.google.com> X-Mercurial-Series-Id: <962950235062ec2e80c7.1461248201@arthedain.pit.corp.google.com> In-Reply-To: <962950235062ec2e80c7.1461248201@arthedain.pit.corp.google.com> References: <962950235062ec2e80c7.1461248201@arthedain.pit.corp.google.com> User-Agent: Mercurial-patchbomb/3.7.3+660-4c8b30302534 Date: Thu, 21 Apr 2016 10:16:42 -0400 From: Augie Fackler <raf@durin42.com> To: mercurial-devel@mercurial-scm.org Cc: kbullock@ringworld.org X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Augie Fackler - April 21, 2016, 2:16 p.m.
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -4,8 +4,7 @@ # # % make PREFIX=/opt/ install -PREFIX=/usr/local -export PREFIX +export PREFIX=/usr/local PYTHON=python $(eval HGROOT := $(shell pwd)) HGPYTHONS ?= $(HGROOT)/build/pythons