> Module Name: src > Committed By: sjg > Date: Sun May 19 20:09:40 UTC 2024 > > Modified Files: > src/usr.bin/make: dir.c dir.h parse.c > > Log Message: > make: use separate function to include makefiles. > > Have Dir_FindFile and Dir_FindInclude call FindFile with a > bool flag to indicate whether .CURDIR should be be searched at all.
This appears to have broken all of the builds: https://releng.netbsd.org/builds/HEAD/202405200920Z/ https://releng.netbsd.org/b5reports/i386/commits-2024.05.html#2024.05.19.20.09.40 https://releng.netbsd.org/b5reports/i386/2024/2024.05.19.20.09.40/build.log.tail --- cleandir-libterminfo --- nbmake[5]: "/tmp/build/2024.05.19.20.09.40-i386/src/lib/libterminfo/Makefile" line 50: Could not find Makefile.hash Can you please back this out promptly, add automatic tests for whatever the underlying issue is, and redo it another way?