From owner-freebsd-current Thu May 23 2:34: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from web11403.mail.yahoo.com (web11403.mail.yahoo.com [216.136.131.233]) by hub.freebsd.org (Postfix) with SMTP id AB16537B415 for ; Thu, 23 May 2002 02:33:56 -0700 (PDT) Message-ID: <20020523093356.91469.qmail@web11403.mail.yahoo.com> Received: from [202.167.61.228] by web11403.mail.yahoo.com via HTTP; Thu, 23 May 2002 02:33:56 PDT Date: Thu, 23 May 2002 02:33:56 -0700 (PDT) From: Shizuka Kudo Subject: Re: Infinite 'make' loops while building ports To: Jay , kris@obsecurity.org, sreese@codysbooks.com Cc: freebsd-current@FreeBSD.org In-Reply-To: <200205230138.00831.jayed@jayed.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Jay wrote: > I should also have mentioned that other ports > install normally. I just > finished installing unzip. > > Jay > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of > the message It seems /usr/bin/make set the environment variable MAKEFILE to the Makefile it uses. So when you type make build or install, MAKEFILE is pointed to the port's Makefile. Workaround for me at this moment is to run "make build MAKEFILE=Makefile" so that bsd.ports.mk use the correct Makefile in WRKSRC. Is the behaviour in /usr/bin/make changed recently? __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message