Date: Mon, 12 Jun 2023 14:42:36 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a8c1c0b727ef - main - Add boot1.efi to CLEANFILES Message-ID: <202306121442.35CEgafN078869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a8c1c0b727ef76308ef10b492fa6c25188493f00 commit a8c1c0b727ef76308ef10b492fa6c25188493f00 Author: VexedUXR <ahmadkhalifa570@gmail.com> AuthorDate: 2023-06-12 14:41:19 +0000 Commit: Warner Losh <imp@FreeBSD.org> 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}"; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306121442.35CEgafN078869>