CVS commit: src/tests/lib/csu/dso

2010-12-06 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Dec  7 00:54:44 UTC 2010

Removed Files:
src/tests/lib/csu/dso: h_initfini_align.S

Log Message:
Kill file that should be pulled in from a different directory.
Fixes regression test for i386.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/tests/lib/csu/dso/h_initfini_align.S

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



CVS commit: src/tests/lib/csu/dso

2010-12-06 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Dec  7 00:54:44 UTC 2010

Removed Files:
src/tests/lib/csu/dso: h_initfini_align.S

Log Message:
Kill file that should be pulled in from a different directory.
Fixes regression test for i386.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/tests/lib/csu/dso/h_initfini_align.S

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



CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug  4 13:52:23 UTC 2010

Modified Files:
src/tests/lib/csu/dso: Makefile

Log Message:
TESTSBASE is provided by bsd.own.mk now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/dso/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/lib/csu/dso/Makefile
diff -u src/tests/lib/csu/dso/Makefile:1.1 src/tests/lib/csu/dso/Makefile:1.2
--- src/tests/lib/csu/dso/Makefile:1.1	Wed Jul 28 13:51:40 2010
+++ src/tests/lib/csu/dso/Makefile	Wed Aug  4 13:52:23 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/07/28 13:51:40 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2010/08/04 13:52:23 joerg Exp $
 
 NOMAN=		# defined
 
@@ -7,7 +7,6 @@
 LIB=		h_initfini3_dso
 SRCS=		h_initfini3_dso.cxx
 
-TESTSBASE=	/usr/tests
 LIBDIR=		${TESTSBASE}/lib/csu
 SHLIBDIR=	${TESTSBASE}/lib/csu
 SHLIB_MAJOR=	1



CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug  4 13:56:10 UTC 2010

Modified Files:
src/tests/lib/csu/dso: Makefile

Log Message:
Simplify.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/csu/dso/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/lib/csu/dso/Makefile
diff -u src/tests/lib/csu/dso/Makefile:1.2 src/tests/lib/csu/dso/Makefile:1.3
--- src/tests/lib/csu/dso/Makefile:1.2	Wed Aug  4 13:52:23 2010
+++ src/tests/lib/csu/dso/Makefile	Wed Aug  4 13:56:10 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/04 13:52:23 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/04 13:56:10 joerg Exp $
 
 NOMAN=		# defined
 
@@ -11,10 +11,7 @@
 SHLIBDIR=	${TESTSBASE}/lib/csu
 SHLIB_MAJOR=	1
 
-MKSTATICLIB=	no
-MKPROFILE=	no
-MKPICINSTALL=	no
-
+LIBISMODULE=	yes
 LIBISCXX=	yes
 
 .include bsd.lib.mk



CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug  4 13:52:23 UTC 2010

Modified Files:
src/tests/lib/csu/dso: Makefile

Log Message:
TESTSBASE is provided by bsd.own.mk now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/dso/Makefile

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



CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug  4 13:56:10 UTC 2010

Modified Files:
src/tests/lib/csu/dso: Makefile

Log Message:
Simplify.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/csu/dso/Makefile

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