CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 15 17:31:45 UTC 2021

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile

Log Message:
fix reversed comment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/kern/lib/libsolaris/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsolaris/Makefile
diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.5 src/sys/rump/kern/lib/libsolaris/Makefile:1.6
--- src/sys/rump/kern/lib/libsolaris/Makefile:1.5	Thu Apr 15 13:28:09 2021
+++ src/sys/rump/kern/lib/libsolaris/Makefile	Thu Apr 15 13:31:44 2021
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2021/04/15 17:31:44 christos Exp $
 #
 
-NEED_ISYSTEM=	# Tell rump that we can't use -isystem
+NEED_ISYSTEM=	# Tell rump that we must use -isystem
 
 .include 
 



CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 15 17:31:45 UTC 2021

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile

Log Message:
fix reversed comment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/kern/lib/libsolaris/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 15 17:28:09 UTC 2021

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile

Log Message:
- Define NEED_ISYSTEM here
- include  now that we can do it, because we need Makefile.rump
  to be included first, so that NOLINT gets defined, so that we don't end up
  building lint modules just for this.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/kern/lib/libsolaris/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/kern/lib/libsolaris

2021-04-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 15 17:28:09 UTC 2021

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile

Log Message:
- Define NEED_ISYSTEM here
- include  now that we can do it, because we need Makefile.rump
  to be included first, so that NOLINT gets defined, so that we don't end up
  building lint modules just for this.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/kern/lib/libsolaris/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsolaris/Makefile
diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.4 src/sys/rump/kern/lib/libsolaris/Makefile:1.5
--- src/sys/rump/kern/lib/libsolaris/Makefile:1.4	Mon May 28 17:05:02 2018
+++ src/sys/rump/kern/lib/libsolaris/Makefile	Thu Apr 15 13:28:09 2021
@@ -1,6 +1,10 @@
-#	$NetBSD: Makefile,v 1.4 2018/05/28 21:05:02 chs Exp $
+#	$NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
 #
 
+NEED_ISYSTEM=	# Tell rump that we can't use -isystem
+
+.include 
+
 S!= cd ${.PARSEDIR}/../../../../;pwd
 
 .include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"



CVS commit: src/sys/rump/kern/lib/libsolaris

2011-12-06 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Dec  6 18:12:25 UTC 2011

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile
Removed Files:
src/sys/rump/kern/lib/libsolaris: component.c

Log Message:
Remove the unneeded rump component; the library already includes the
module code that will be initialised by rump.

Fix PR/44708, t_zpool:create test failure for RUMP_LOCKDEBUG=yes
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libsolaris/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/kern/lib/libsolaris/component.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsolaris/Makefile
diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.1 src/sys/rump/kern/lib/libsolaris/Makefile:1.2
--- src/sys/rump/kern/lib/libsolaris/Makefile:1.1	Tue Jan 18 22:21:23 2011
+++ src/sys/rump/kern/lib/libsolaris/Makefile	Tue Dec  6 18:12:25 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/01/18 22:21:23 haad Exp $
+#	$NetBSD: Makefile,v 1.2 2011/12/06 18:12:25 njoly Exp $
 #
 
 S!= cd ${.PARSEDIR}/../../../../;pwd
@@ -7,12 +7,7 @@ S!= cd ${.PARSEDIR}/../../..
 
 LIB=	rumpkern_solaris
 
-# RUMP Stuff
-CPPFLAGS+=  -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\
-		-I${RUMPTOP}/librump/rumpdev
 CPPFLAGS+=	-DASSERT=KASSERT
 
-SRCS+= component.c
-
 .include bsd.lib.mk
 .include bsd.klinks.mk



CVS commit: src/sys/rump/kern/lib/libsolaris

2011-12-06 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Dec  6 18:12:25 UTC 2011

Modified Files:
src/sys/rump/kern/lib/libsolaris: Makefile
Removed Files:
src/sys/rump/kern/lib/libsolaris: component.c

Log Message:
Remove the unneeded rump component; the library already includes the
module code that will be initialised by rump.

Fix PR/44708, t_zpool:create test failure for RUMP_LOCKDEBUG=yes
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libsolaris/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/kern/lib/libsolaris/component.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.