Module Name:    src
Committed By:   maya
Date:           Mon Mar  4 08:22:19 UTC 2019

Modified Files:
        src/lib: Makefile

Log Message:
revert previous.

This breaks 64bit builds, it attempts to build a compat library too
and it fails to find headers for it.


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/lib/Makefile

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

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.267 src/lib/Makefile:1.268
--- src/lib/Makefile:1.267	Sun Mar  3 17:55:04 2019
+++ src/lib/Makefile	Mon Mar  4 08:22:19 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.267 2019/03/03 17:55:04 maya Exp $
+#	$NetBSD: Makefile,v 1.268 2019/03/04 08:22:19 maya Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -171,10 +171,6 @@ SUBDIR+=	../external/gpl3/${EXTERNAL_GCC
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=	.WAIT
 
-.if (${MKLLVM} != "no")
-SUBDIR+=	../external/bsd/llvm/lib	# depends on libexecinfo
-.endif
-
 .for sanitizer in asan lsan ubsan
 .if exists(../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer})
 SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer}

Reply via email to