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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Oct 2023 21:54:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272

--- Comment #3 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
(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 build: compiled or copied to distribution.
We use ktrace + custom parser to find out files that was
open+read/fstat/mmap/copy_file, next we copy files from this list to new dir
and try to build FreeBSD to ensure that nothing miss.

At this time there is only small number of issues that breaks this, another
one: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274273

All this looks simple to fix, patch is simple workaround that we use.

-- 
You are receiving this mail because:
You are the assignee for the bug.