[Bug 155000] make(1) doesn't handle .POSIX: correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 10 17:10:20 UTC 2017


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

--- Comment #6 from Simon J. Gerraty <sjg at 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.


More information about the freebsd-bugs mailing list