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:
parent
823d51f0cc
commit
dd8849fdfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user