https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

--- Comment #6 from Simon J. Gerraty <s...@freebsd.org> ---
The issue isn't make(1) but rather share/mk
As noted share/mk/sys.mk does not know .POSIX is desired up front.

Two workarounds would be simple enough

1/ make -DWITH_POSIX_MK and sys.mk could do .POSIX: itself.

2/ add a posix/sys.mk which could set .POSIX: and then include ../sys.mk 
   for this one you'd need to make -m .../share/mk/posix

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to