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/f9e20f0e7903
branches:  trunk
changeset: 932920:f9e20f0e7903
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 277eabcfa26d -r f9e20f0e7903 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