Manipulate OBJDIR with :H when referencing dso directory

This reduces path lengths, etc in memory with make by a minimal value

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-02-11 20:14:50 +00:00
parent a2cddb3b25
commit 99b33ca4ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313651

View File

@ -16,7 +16,7 @@ NETBSD_ATF_TESTS_C+= tls_dynamic_test
.include "../Makefile.netbsd-tests"
DSODIR= ${.OBJDIR}/../tls_dso
DSODIR= ${.OBJDIR:H}/tls_dso
LIBADD.tls_static_test+= pthread
LDFLAGS.tls_static_test+= -static