Date: Thu, 23 May 2002 03:15:28 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Shizuka Kudo <shizukakudo_99@yahoo.com> Cc: Jay <jayed@jayed.com>, kris@obsecurity.org, sreese@codysbooks.com, freebsd-current@FreeBSD.ORG Subject: Re: Infinite 'make' loops while building ports Message-ID: <20020523101528.GA91566@dhcp01.pn.xcllnt.net> In-Reply-To: <20020523093356.91469.qmail@web11403.mail.yahoo.com> References: <200205230138.00831.jayed@jayed.com> <20020523093356.91469.qmail@web11403.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 23, 2002 at 02:33:56AM -0700, Shizuka Kudo wrote: > > 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? No. This is old behaviour and I filed a PR for it many moons ago. I have replaced all uses of MAKEFILE with MAKE_FILE in all the makefiles that set it (and changed bsd.ports.mk as well of course) The problem is more visible if you set WRKDIROREFIX. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020523101528.GA91566>