svn commit: r312461 - head/lib/libbsm

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 03:57:26 UTC 2017


Author: ngie
Date: Fri Jan 20 03:57:24 2017
New Revision: 312461
URL: https://svnweb.freebsd.org/changeset/base/312461

Log:
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This implifies pathing in make/displayed output
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/lib/libbsm/Makefile

Modified: head/lib/libbsm/Makefile
==============================================================================
--- head/lib/libbsm/Makefile	Fri Jan 20 03:56:42 2017	(r312460)
+++ head/lib/libbsm/Makefile	Fri Jan 20 03:57:24 2017	(r312461)
@@ -3,7 +3,7 @@
 #
 
 PACKAGE=	lib${LIB}
-OPENBSMDIR=		${.CURDIR}/../../contrib/openbsm
+OPENBSMDIR=		${SRCTOP}/contrib/openbsm
 _LIBBSMDIR=		${OPENBSMDIR}/libbsm
 
 LIB=		bsm


More information about the svn-src-all mailing list