Module Name: src
Committed By: uwe
Date: Mon Apr 24 20:35:49 UTC 2023
Modified Files:
src/tests: Makefile.inc
Log Message:
tests: trim down the list of LIBRUMPBASE libraries
Now that cyclic dependencies are (mostly) broken, we can drop repeated
-l instances that worked around those cycles. Links on sun2.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/Makefile.inc
diff -u src/tests/Makefile.inc:1.10 src/tests/Makefile.inc:1.11
--- src/tests/Makefile.inc:1.10 Wed Jul 7 11:51:45 2021
+++ src/tests/Makefile.inc Mon Apr 24 20:35:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2021/07/07 11:51:45 martin Exp $
+# $NetBSD: Makefile.inc,v 1.11 2023/04/24 20:35:49 uwe Exp $
WARNS ?= 4
CWARNFLAGS+= -Wno-missing-noreturn
TOOLSSRCDIR:= ${.PARSEDIR}
@@ -7,7 +7,7 @@ CPPFLAGS+= -I${TOOLSSRCDIR}
LIBRUMPFIFO_PRE = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
.endif
LIBRUMPFIFO = -lrumpvfs_nofifofs
-LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrump -lrumpvfs -lrumpvfs_nofifofs -lrumpuser -lrump -lpthread
+LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread
.if ${RUMP_SANITIZE:Uno} != "no"
LIBRUMPBASE+= -fsanitize=${RUMP_SANITIZE}