Date: Fri, 09 Jul 2004 12:47:46 -0400 From: Chuck Swiger <cswiger@mac.com> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Cc: ports@freebsd.org Subject: Re: Why does bsd.port.mk override make's search for Makefiles...? Message-ID: <40EECC32.2040805@mac.com> In-Reply-To: <677C3B7A-D175-11D8-8006-00039312D914@fillmore-labs.com> References: <677C3B7A-D175-11D8-8006-00039312D914@fillmore-labs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Eikemeier wrote: > Will Andrews wrote: > >> Perhaps the best thing to do might be to replace the b.p.m code: >> >> .if defined(MAKE_FILE) >> MAKE_FLAGS?= -f ${MAKE_FILE} >> .endif >> >> (Note this affects PR #30331[1], which I was working on some time >> ago and really need to finish.) >> >> [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/30331 > > Go Will, go, go, go! The crowd cheers. Heh, thanks for the laugh. :-) But I suspect the above should be: .if defined(MAKEFILE) MAKE_FLAGS?= -f ${MAKEFILE} .endif -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40EECC32.2040805>