Date: Sat, 11 Feb 2017 05:57:35 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r313587 - stable/10/lib/libbluetooth Message-ID: <201702110557.v1B5vZ2i084197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110557.v1B5vZ2i084197>