svn commit: r342773 - head/lib/csu/tests

Ed Maste emaste at FreeBSD.org
Fri Jan 4 18:35:26 UTC 2019


Author: emaste
Date: Fri Jan  4 18:35:25 2019
New Revision: 342773
URL: https://svnweb.freebsd.org/changeset/base/342773

Log:
  Add explicit csu test dependency
  
  lib/csu/tests/dynamiclib requires libh_csu.so be built first.  I'm not
  sure this is the most correct/best way to address this but it solves
  the issue in my testing.
  
  PR:		233734
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/csu/tests/Makefile

Modified: head/lib/csu/tests/Makefile
==============================================================================
--- head/lib/csu/tests/Makefile	Fri Jan  4 18:34:44 2019	(r342772)
+++ head/lib/csu/tests/Makefile	Fri Jan  4 18:35:25 2019	(r342773)
@@ -5,4 +5,6 @@ TESTS_SUBDIRS=	dynamic
 TESTS_SUBDIRS+=	dynamiclib
 TESTS_SUBDIRS+=	static
 
+SUBDIR_DEPEND_dynamiclib=dso
+
 .include <bsd.test.mk>


More information about the svn-src-head mailing list