Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 20:14:50 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313651 - head/lib/libc/tests/tls
Message-ID:  <201702112014.v1BKEoW2050116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 20:14:50 2017
New Revision: 313651
URL: https://svnweb.freebsd.org/changeset/base/313651

Log:
  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

Modified:
  head/lib/libc/tests/tls/Makefile

Modified: head/lib/libc/tests/tls/Makefile
==============================================================================
--- head/lib/libc/tests/tls/Makefile	Sat Feb 11 20:12:54 2017	(r313650)
+++ head/lib/libc/tests/tls/Makefile	Sat Feb 11 20:14:50 2017	(r313651)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112014.v1BKEoW2050116>