Add boot1.efi to CLEANFILES

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/775
This commit is contained in:
VexedUXR
2023-06-12 08:41:19 -06:00
committed by Warner Losh
parent c9a1abe79b
commit a8c1c0b727
+2
View File
@@ -90,6 +90,8 @@ LDADD+= ${LIBEFI} ${LIBSA}
DPADD+= ${LDSCRIPT} DPADD+= ${LDSCRIPT}
CLEANFILES+= ${BOOT1}.efi
${BOOT1}.efi: ${PROG} ${BOOT1}.efi: ${PROG}
if ${NM} ${.ALLSRC} | grep ' U '; then \ if ${NM} ${.ALLSRC} | grep ' U '; then \
echo "Undefined symbols in ${.ALLSRC}"; \ echo "Undefined symbols in ${.ALLSRC}"; \