Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2015 01:23:04 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290254 - head/lib/libc/tests/tls_dso
Message-ID:  <201511020123.tA21N41k001481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Nov  2 01:23:04 2015
New Revision: 290254
URL: https://svnweb.freebsd.org/changeset/base/290254

Log:
  Remove unused variable (SRCDIR)
  
  MFC after: 3 days
  Sponsored by: EMC / Isilon Storage Division

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

Modified: head/lib/libc/tests/tls_dso/Makefile
==============================================================================
--- head/lib/libc/tests/tls_dso/Makefile	Mon Nov  2 01:22:06 2015	(r290253)
+++ head/lib/libc/tests/tls_dso/Makefile	Mon Nov  2 01:23:04 2015	(r290254)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-SRCDIR=		${SRCTOP}/contrib/netbsd/
-
 .include <bsd.own.mk>
 
 LIB=		h_tls_dynamic



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