svn commit: r313588 - stable/10/lib/libbsm

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 05:58:21 UTC 2017


Author: ngie
Date: Sat Feb 11 05:58:20 2017
New Revision: 313588
URL: https://svnweb.freebsd.org/changeset/base/313588

Log:
  MFC r312461:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This implifies pathing in make/displayed output

Modified:
  stable/10/lib/libbsm/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libbsm/Makefile
==============================================================================
--- stable/10/lib/libbsm/Makefile	Sat Feb 11 05:57:35 2017	(r313587)
+++ stable/10/lib/libbsm/Makefile	Sat Feb 11 05:58:20 2017	(r313588)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-OPENBSMDIR=		${.CURDIR}/../../contrib/openbsm
+OPENBSMDIR=		${SRCTOP}/contrib/openbsm
 LIBBSMDIR=		${OPENBSMDIR}/libbsm
 
 LIB=		bsm


More information about the svn-src-all mailing list