Module Name:    src
Committed By:   lukem
Date:           Thu Jun  1 21:47:19 UTC 2023

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
bsd.own.mk: MKLLD, MKLLDB, MKMCLINKER are obsolete

MKLLD, MKLLDB, MKMCLINKER aren't used in the build,
so remove them.

These were obsoleted by joerg@ on 2019-11-11
with the update of LLVM to 10.0.0git (01f3a59).


To generate a diff of this commit:
cvs rdiff -u -r1.1331 -r1.1332 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1331 src/share/mk/bsd.own.mk:1.1332
--- src/share/mk/bsd.own.mk:1.1331	Wed May 31 20:47:35 2023
+++ src/share/mk/bsd.own.mk	Thu Jun  1 21:47:19 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1331 2023/05/31 20:47:35 lukem Exp $
+#	$NetBSD: bsd.own.mk,v 1.1332 2023/06/01 21:47:19 lukem Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1366,12 +1366,9 @@ _MKVARS.no= \
 	MKKYUA \
 	MKLIBCXX \
 	MKLINT \
-	MKLLD \
-	MKLLDB \
 	MKLLVM \
 	MKLLVMRT \
 	MKMANZ \
-	MKMCLINKER \
 	MKNOUVEAUFIRMWARE \
 	MKNSD \
 	MKOBJDIRS \

Reply via email to