On 2013-07-09 00:05, Andriy Gapon wrote: > Seems like the problem boils down to this: > > $ make -V MAKEFILE > /usr/ports/security/vpnc/Makefile > $ fmake -V MAKEFILE > Makefile > > The only explicit assignments of MAKEFILE that I could find in ports > infrastructure are these: > /usr/ports/Mk/bsd.port.mk:MAKEFILE?= Makefile > /usr/ports/Mk/bsd.gnustep.mk:MAKEFILE= GNUmakefile The problem is probably that .OBJDIR (/usr/obj/usr/ports/security/vpnc) exists. Bmake assigns an absolute path to MAKEFILE in that case. MAKEFILE is an internal variable of make and bsd.port.mk uses it for another purpose. It should use another name like MAKE_FILE imho.
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:39 UTC