Source-Changes-HG archive

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

[src/trunk]: src/tests/rump/modautoload tests/rump/modautoload: reorder -lrum...



details:   https://anonhg.NetBSD.org/src/rev/96dc80b63180
branches:  trunk
changeset: 374468:96dc80b63180
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Apr 24 20:55:53 2023 +0000

description:
tests/rump/modautoload: reorder -lrumpvfs_nofifofs

Make the way we spell "-lrumpvfs -lrumpvfs_nofifofs" hack consistent.
The order doesn't matter here because of --whole-archive.

diffstat:

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

diffs (18 lines):

diff -r 4ed3296159ac -r 96dc80b63180 tests/rump/modautoload/Makefile
--- a/tests/rump/modautoload/Makefile   Mon Apr 24 20:35:49 2023 +0000
+++ b/tests/rump/modautoload/Makefile   Mon Apr 24 20:55:53 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2021/07/07 11:51:45 martin Exp $
+#      $NetBSD: Makefile,v 1.14 2023/04/24 20:55:53 uwe Exp $
 #
 
 .include <bsd.init.mk>
@@ -19,7 +19,7 @@ LDFLAGS+=     -Wl,--no-relax
 .endif
 LDADD+= \
     -Wl,--whole-archive -Wl,-Bstatic \
-       -lrumpvfs_nofifofs -lrumpvfs -lrump \
+       -lrumpvfs -lrumpvfs_nofifofs -lrump \
     -Wl,-Bdynamic -Wl,--no-whole-archive
 
 LDADD+=                -lrumpuser -lpthread



Home | Main Index | Thread Index | Old Index