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

2018-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

Eitan Adler  changed:

   What|Removed |Added

 Status|In Progress |Open

--- Comment #9 from Eitan Adler  ---
For bugs matching the following conditions:
- Status == In Progress
- Assignee == "b...@freebsd.org"
- Last Modified Year <= 2017

Do
- Set Status to "Open"

-- 
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"


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

2017-06-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

--- Comment #7 from Simon J. Gerraty  ---
(In reply to Colin Percival from comment #2)
If you really want to limit yourself to POSIX use make -r

-- 
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"


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

2017-06-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

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


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

2014-06-04 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

Eitan Adler ead...@freebsd.org changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=
   ||4

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


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

2014-06-04 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155000

Simon J. Gerraty s...@freebsd.org changed:

   What|Removed |Added

 CC||s...@freebsd.org

--- Comment #5 from Simon J. Gerraty s...@freebsd.org ---
Perhaps all the stuff in sys.mk which is %POSIX dependent should be moved 
somewhere that is read after Makefile.
Of course no guarantee that a posix compliant makefile will include anything

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