Date: Sun, 09 Jun 2019 16:08:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 238053] WITHOUT_FDT= does not trigger any files to be delete by make delete-old Message-ID: <bug-238053-227-bmA8hjs9ui@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238053-227@https.bugs.freebsd.org/bugzilla/> References: <bug-238053-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238053 --- Comment #3 from Ed Maste <emaste@freebsd.org> --- % git ls-files | ag Makefile | xargs ag MK_FDT stand/Makefile 18:S.${MK_FDT}+=3D fdt stand/efi/Makefile 11:SUBDIR.${MK_FDT}+=3D fdt stand/efi/loader/Makefile 72:.if defined(HAVE_FDT) && ${MK_FDT} !=3D "no" stand/powerpc/Makefile 10:SUBDIR.${MK_FDT}+=3D kboot stand/powerpc/ofw/Makefile 24:.if ${MK_FDT} =3D=3D "yes" stand/uboot/Makefile 7:SUBDIR.${MK_FDT}+=3Dfdt targets/pseudo/userland/misc/Makefile.depend 10:.if ${MK_FDT} !=3D "no" So it appears that it controls FDT in a small set of loaders. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238053-227-bmA8hjs9ui>