Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:12:31 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 031b1942f92a - stable/13 - stand/efi: Clean the proper files
Message-ID:  <202301242212.30OMCVxb087143@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit 031b1942f92a5c6321fe3773acb77f5b74e62b10
Author:     Guido van Rooij <guido@FreeBSD.org>
AuthorDate: 2022-09-15 15:10:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:34 +0000

    stand/efi: Clean the proper files
    
    Need to clean the specific loader we build, not the generic loader.efi
    
    Reviewed by: imp
    
    (cherry picked from commit 0f97a0d425cf0c7fa3966e64b4f88e67a2ee2982)
---
 stand/efi/loader/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index e6083c2dd450..2aaba4fbb377 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -105,7 +105,7 @@ LDFLAGS+=	-Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
 LDFLAGS+=	-Wl,--no-dynamic-linker
 .endif
 
-CLEANFILES+=	loader.efi
+CLEANFILES+=	${LOADER}.efi
 
 ${LOADER}.efi: ${PROG}
 	if ${NM} ${.ALLSRC} | grep ' U '; then \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301242212.30OMCVxb087143>