From owner-freebsd-ports@FreeBSD.ORG Sun Mar 24 14:11:19 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DA09480 for ; Sun, 24 Mar 2013 14:11:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x232.google.com (mail-ia0-x232.google.com [IPv6:2607:f8b0:4001:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id 6515AC3F for ; Sun, 24 Mar 2013 14:11:19 +0000 (UTC) Received: by mail-ia0-f178.google.com with SMTP id r13so3835877iar.9 for ; Sun, 24 Mar 2013 07:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=uqZhln1gVvtcaQ5f7KGA95SsJp3SLUNBbbruOvN5MBA=; b=M0RUBFHEK8Su9hmVR7+p4Y0CFdUI10KdCmzdRzn2ZY42lzX2VMg2yc9wTDDIruYp8f yhtupZxm+RFTtO6ij4JLsnp0KJxEtyV1bdI2snEY0rWT1antKsVfHY6NJo/NxsNvOfyw J+ABTWADQRgxjGgEYzzIkWLaT58xFSmA4ERTCVBDixQun/rVOTAoOf0bNHv1dooMqmdY ieAsuCUTjNN4G6CimEBjG7ljn1G7AmMe37j6IpyRD+6GBsbMMdePgaEAJJMLBWKV96T9 kqfUZAstDgP1Qcdcx7ETLzR7OjkiiXk0uj9YbVN1l2aE3bEXUDwngfzv3rELG0KIijD/ JPxQ== X-Received: by 10.50.152.132 with SMTP id uy4mr5526158igb.62.1364134279117; Sun, 24 Mar 2013 07:11:19 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.63.12 with HTTP; Sun, 24 Mar 2013 07:10:49 -0700 (PDT) In-Reply-To: <20815.2297.352935.738935@jerusalem.litteratus.org> References: <20815.2297.352935.738935@jerusalem.litteratus.org> From: Chris Rees Date: Sun, 24 Mar 2013 14:10:49 +0000 X-Google-Sender-Auth: j50ctkbCcTR2ftzM5USXs8_lhg0 Message-ID: Subject: Re: skipping system Makefile? To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 14:11:19 -0000 On 24 March 2013 14:08, Robert Huff wrote: > > As I understand it: > If I go to the directory for port FOO and type "make", this > invokes the local Makefile ... which invokes various thing in > ports/Mk/ ... which at some point read /etc/make.conf. > Is there a per-invocation way to avoid the last step? I need > to test whether the problem with a particular port is something in > make,conf, and it would be ... expedient ... to not have to move it > aside and then remember to move it back. > > Curiously and lazily, > > > Robert Huff > make __MAKE_CONF=/nonexistent Chris