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:
ngie 2017-02-11 20:14:50 +00:00
parent 823d51f0cc
commit dd8849fdfd

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