mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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
a2cddb3b25
commit
99b33ca4ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313651
@ -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