Date: Thu, 23 May 2002 02:33:56 -0700 (PDT) From: Shizuka Kudo <shizukakudo_99@yahoo.com> To: Jay <jayed@jayed.com>, kris@obsecurity.org, sreese@codysbooks.com Cc: freebsd-current@FreeBSD.org Subject: Re: Infinite 'make' loops while building ports Message-ID: <20020523093356.91469.qmail@web11403.mail.yahoo.com> In-Reply-To: <200205230138.00831.jayed@jayed.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Jay <jayed@jayed.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020523093356.91469.qmail>