[Bug 238053] WITHOUT_FDT= does not trigger any files to be delete by make delete-old

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 9 16:08:46 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238053

--- Comment #3 from Ed Maste <emaste at freebsd.org> ---
% git ls-files | ag Makefile | xargs ag MK_FDT
stand/Makefile
18:S.${MK_FDT}+=                fdt

stand/efi/Makefile
11:SUBDIR.${MK_FDT}+=   fdt

stand/efi/loader/Makefile
72:.if defined(HAVE_FDT) && ${MK_FDT} != "no"

stand/powerpc/Makefile
10:SUBDIR.${MK_FDT}+=   kboot

stand/powerpc/ofw/Makefile
24:.if ${MK_FDT} == "yes"

stand/uboot/Makefile
7:SUBDIR.${MK_FDT}+=fdt

targets/pseudo/userland/misc/Makefile.depend
10:.if ${MK_FDT} != "no"

So it appears that it controls FDT in a small set of loaders.

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


More information about the freebsd-bugs mailing list