[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist
Date: Thu, 05 Oct 2023 21:13:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272 --- Comment #2 from Simon J. Gerraty <sjg@FreeBSD.org> --- 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 whether you want to build TESTS or not. If that directory does not, that is the problem to fix. -- You are receiving this mail because: You are the assignee for the bug.