Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 11:11:52 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r311781 - head/lib/libprocstat
Message-ID:  <201701091111.v09BBqcN036184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon Jan  9 11:11:52 2017
New Revision: 311781
URL: https://svnweb.freebsd.org/changeset/base/311781

Log:
  Use standard Versions.def for libprocstat.
  
  This makes the versions inheritance consistent for our versioned libraries.
  
  Extracted from:	ino64
  Discussed with:	kan
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Deleted:
  head/lib/libprocstat/Versions.def
Modified:
  head/lib/libprocstat/Makefile

Modified: head/lib/libprocstat/Makefile
==============================================================================
--- head/lib/libprocstat/Makefile	Mon Jan  9 10:47:20 2017	(r311780)
+++ head/lib/libprocstat/Makefile	Mon Jan  9 11:11:52 2017	(r311781)
@@ -13,7 +13,7 @@ SRCS=	cd9660.c	\
 	smbfs.c		\
 	udf.c
 
-VERSION_DEF=	${.CURDIR}/Versions.def
+VERSION_DEF=	${LIBCSRCDIR}/Versions.def
 SYMBOL_MAPS=	${.CURDIR}/Symbol.map
 
 INCS=		libprocstat.h



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