From owner-freebsd-ports@freebsd.org Wed Nov 25 04:00:58 2015 Return-Path: Delivered-To: freebsd-ports@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 5B8A8A370FB for ; Wed, 25 Nov 2015 04:00:58 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10ECF1B06 for ; Wed, 25 Nov 2015 04:00:57 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id 2391944E9E; Wed, 25 Nov 2015 04:00:55 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id BC92344E9D; Wed, 25 Nov 2015 04:00:54 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <4mgc-ytom-wny@vfemail.net> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Wed, 25 Nov 2015 12:00:54 +0800 cc: "FreeBSD Ports Mailing List" to: "Jan Beich" MIME-Version: 1.0 message-id: subject: =?utf-8?q?Re=3A_MAKEFLAGS_caused_temporary_insanity?= User-Agent: SOGoMail 2.3.3a content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 04:00:58 -0000 On Tuesday, November 24, 2015 11:15 SGT, Jan Beich = wrote: > "Euan Thoms" writes: > > > do-build: > > cd ${WRKSRC} && unset MAKEFLAGS && ${OPENSIPS=5FMAKE=5FENV}= > > ${GMAKE} ${=5FMAKE=5FJOBS} ${ALL=5FTARGET} > > Have you tried defining NOPRECIOUSMAKEVARS in the port's Makefile? > That did the trick, thanks. I can now remove the "unset MAKEFLAGS" in d= o-build. -- Regards, Euan Thoms