Module Name:    src
Committed By:   christos
Date:           Fri Jan 17 17:43:14 UTC 2025

Modified Files:
        src/lib: Makefile

Log Message:
remove userspace rcu from the build for now. Need to add
- non v9 sparc support
- sh3 support
- vax support


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 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.305 src/lib/Makefile:1.306
--- src/lib/Makefile:1.305	Fri Jan 17 11:08:35 2025
+++ src/lib/Makefile	Fri Jan 17 12:43:14 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.305 2025/01/17 16:08:35 christos Exp $
+#	$NetBSD: Makefile,v 1.306 2025/01/17 17:43:14 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -256,7 +256,7 @@ SUBDIR+=        ../external/cddl/osnet/l
 SUBDIR+= 	../libexec/httpd/libbozohttpd 	# depends on libssl & libcrypto
 
 SUBDIR+=	../external/mit/libuv/lib
-SUBDIR+=	../external/lgpl2/userspace-rcu/lib
+# SUBDIR+=	../external/lgpl2/userspace-rcu/lib
 
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=	.WAIT

Reply via email to