Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2025 12:59:07 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 40a5abfc3f66 - main - krb5/include/Makefile: don't override *include targets
Message-ID:  <202508041259.574Cx7M2025202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit 40a5abfc3f66e17827b2225cc9ed3c2ed4290df8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-08-04 09:33:40 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-08-04 12:58:46 +0000

    krb5/include/Makefile: don't override *include targets
    
    This was causing kdb.h, krad.h, and krb5.h to be installed twice.
    
    PR:             288594
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1801
---
 krb5/include/Makefile | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/krb5/include/Makefile b/krb5/include/Makefile
index a2d29fcb1530..6cd606faf605 100644
--- a/krb5/include/Makefile
+++ b/krb5/include/Makefile
@@ -37,19 +37,8 @@ osconf.h:
 
 rebuild-error-tables: ${K5_ET_HEADERS}
 
-force:
-
-stage_includes: copies
-SDESTDIR?=	${SYSROOT:U${DESTDIR}}
-
-.PHONY: force rebuild-error-tables osconf.h
+.PHONY: rebuild-error-tables osconf.h
 
 .PATH:	${KRB5_DIR}/include/krb5
 
-copies:	.PHONY .META
-	cd ${KRB5_DIR}/include; \
-	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m444 ${INCS} ${SDESTDIR}${INCLUDEDIR}
-
 .include <bsd.prog.mk>
-
-installincludes: copies



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