Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/modautoload more nofifofs



details:   https://anonhg.NetBSD.org/src/rev/7468e92ab0cc
branches:  trunk
changeset: 932795:7468e92ab0cc
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 16 12:44:42 2020 +0000

description:
more nofifofs

diffstat:

 tests/rump/modautoload/Makefile |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 69438f6d2c20 -r 7468e92ab0cc tests/rump/modautoload/Makefile
--- a/tests/rump/modautoload/Makefile   Sat May 16 12:42:11 2020 +0000
+++ b/tests/rump/modautoload/Makefile   Sat May 16 12:44:42 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2019/08/17 04:04:28 kamil Exp $
+#      $NetBSD: Makefile,v 1.10 2020/05/16 12:44:42 christos Exp $
 #
 
 .include <bsd.init.mk>
@@ -14,9 +14,13 @@
 # on amd64.  This is the reason we keep this test in its own
 # subdirectory -- otherwise the LDADD lines would get a little hairy.
 LDFLAGS+=      -Wl,-E
-LDADD+=                -Wl,--whole-archive     ${DESTDIR}/usr/lib/librumpvfs.a \
-                                       ${DESTDIR}/usr/lib/librump.a    \
-               -Wl,--no-whole-archive
+LDADD+= \
+    -Wl,--whole-archive \
+    ${DESTDIR}/usr/lib/librumpvfs_nofifofs.a \
+    ${DESTDIR}/usr/lib/librumpvfs.a \
+    ${DESTDIR}/usr/lib/librump.a \
+    -Wl,--no-whole-archive
+
 LDADD+=                -lrumpuser -lpthread
 DPADD+=                ${LIBRUMPVFS} ${LIBRUMP} ${LIBRUMPUSER}
 



Home | Main Index | Thread Index | Old Index