On Mon, Sep 26, 2016 at 11:39:29PM +0200, Mark Kettenis wrote:
> Since the tests succeed on amd64, and should succeed on other
> architectures, the diff re-enables this test.
When running with "make regress" the test fails as the regress
target does not build the libraries.
Usually I add an addidtional rule in such a case.
ok?
bluhm
Index: regress/libexec/ld.so/constructor/Makefile
===================================================================
RCS file: /mount/openbsd/cvs/src/regress/libexec/ld.so/constructor/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- regress/libexec/ld.so/constructor/Makefile 1 Feb 2003 19:56:17 -0000
1.1
+++ regress/libexec/ld.so/constructor/Makefile 27 Sep 2016 15:41:24 -0000
@@ -1,3 +1,8 @@
SUBDIR=libaa libab prog1 prog2
+regress: lib _SUBDIRUSE
+
+lib:
+ ${MAKE} libaa libab
+
.include <bsd.subdir.mk>