Module Name: src Committed By: uwe Date: Mon Apr 24 20:55:53 UTC 2023
Modified Files: src/tests/rump/modautoload: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/rump/modautoload/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/rump/modautoload/Makefile diff -u src/tests/rump/modautoload/Makefile:1.13 src/tests/rump/modautoload/Makefile:1.14 --- src/tests/rump/modautoload/Makefile:1.13 Wed Jul 7 11:51:45 2021 +++ src/tests/rump/modautoload/Makefile Mon Apr 24 20:55:53 2023 @@ -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