[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

2023-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 --- Comment #4 from Simon J. Gerraty --- Simply changing the condition to `.if ${.CURDIR:M*make} != ""` would preserve the original intent and also meet your goal -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

2023-10-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 --- Comment #3 from Ivan Rozhuk --- (In reply to Simon J. Gerraty from comment #2) It is my local problem, it is out of usual FreeBSD sources use cases. Software certification requires to provide source files that was really used during b

[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

2023-10-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 --- Comment #2 from Simon J. Gerraty --- Sorry I don't understand the problem here. The guard `exists(${.CURDIR}/tests)` is to avoid settings that are inappropriate when in the tests directory. usr.bin/bmake/tests should always exist whet

[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

2023-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 --- Comment #1 from Ivan Rozhuk --- Created attachment 245442 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245442&action=edit patch Not sure that it correct patch, I do not test it with TESTS, only normal build+install without

[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

2023-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 Bug ID: 274272 Summary: usr.bin/bmake: does not create make if tests dir does not exist Product: Base System Version: 13.2-STABLE Hardware: Any OS: An