Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests put librumpvfs_nofifofs after librumpvfs for the benef...
details:   https://anonhg.NetBSD.org/src/rev/0f4027cb6c54
branches:  trunk
changeset: 1010195:0f4027cb6c54
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 17 18:25:11 2020 +0000
description:
put librumpvfs_nofifofs after librumpvfs for the benefit of sun2
diffstat:
 tests/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 11b7cc216463 -r 0f4027cb6c54 tests/Makefile.inc
--- a/tests/Makefile.inc        Sun May 17 17:12:28 2020 +0000
+++ b/tests/Makefile.inc        Sun May 17 18:25:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2020/05/15 23:32:28 christos Exp $
+# $NetBSD: Makefile.inc,v 1.8 2020/05/17 18:25:11 christos Exp $
 WARNS ?= 4
 CWARNFLAGS+= -Wno-missing-noreturn
 TOOLSSRCDIR:= ${.PARSEDIR}
@@ -8,5 +8,5 @@
 .else
 LIBRUMPFIFO = -lrumpvfs_nofifofs 
 .endif
-LIBRUMPBASE = -lrumpvfs -lrump ${LIBRUMPFIFO} -lrumpvfs -lrumpuser -lrump -lpthread
+LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs ${LIBRUMPFIFO} -lrumpuser -lrump -lpthread
 
Home |
Main Index |
Thread Index |
Old Index