svn commit: r313587 - stable/10/lib/libbluetooth
Ngie Cooper
ngie at FreeBSD.org
Sat Feb 11 05:57:37 UTC 2017
Author: ngie
Date: Sat Feb 11 05:57:35 2017
New Revision: 313587
URL: https://svnweb.freebsd.org/changeset/base/313587
Log:
MFC r312460:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
Modified:
stable/10/lib/libbluetooth/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libbluetooth/Makefile
==============================================================================
--- stable/10/lib/libbluetooth/Makefile Sat Feb 11 05:56:48 2017 (r313586)
+++ stable/10/lib/libbluetooth/Makefile Sat Feb 11 05:57:35 2017 (r313587)
@@ -5,7 +5,7 @@ LIB= bluetooth
MAN= bluetooth.3
WARNS?= 2
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
+CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys
SHLIB_MAJOR= 4
More information about the svn-src-stable
mailing list