Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib revert previous.
details:   https://anonhg.NetBSD.org/src/rev/0c62260f9332
branches:  trunk
changeset: 449337:0c62260f9332
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Mar 04 08:22:19 2019 +0000
description:
revert previous.
This breaks 64bit builds, it attempts to build a compat library too
and it fails to find headers for it.
diffstat:
 lib/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 3a6f041f58cf -r 0c62260f9332 lib/Makefile
--- a/lib/Makefile      Mon Mar 04 05:37:08 2019 +0000
+++ b/lib/Makefile      Mon Mar 04 08:22:19 2019 +0000
@@ -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 @@
 #==================== 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}
Home |
Main Index |
Thread Index |
Old Index