The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a8c1c0b727ef76308ef10b492fa6c25188493f00

commit a8c1c0b727ef76308ef10b492fa6c25188493f00
Author:     VexedUXR <[email protected]>
AuthorDate: 2023-06-12 14:41:19 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-06-12 14:41:22 +0000

    Add boot1.efi to CLEANFILES
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/775
---
 stand/efi/boot1/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile
index b4d1a1ed085e..9ae86b36989e 100644
--- a/stand/efi/boot1/Makefile
+++ b/stand/efi/boot1/Makefile
@@ -90,6 +90,8 @@ LDADD+=               ${LIBEFI} ${LIBSA}
 
 DPADD+=                ${LDSCRIPT}
 
+CLEANFILES+=   ${BOOT1}.efi
+
 ${BOOT1}.efi: ${PROG}
        if ${NM} ${.ALLSRC} | grep ' U '; then \
                echo "Undefined symbols in ${.ALLSRC}"; \

Reply via email to