Date: Sat, 11 Feb 2017 05:56:48 +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: r313586 - stable/10/lib/libblocksruntime Message-ID: <201702110556.v1B5um35084096@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Feb 11 05:56:48 2017 New Revision: 313586 URL: https://svnweb.freebsd.org/changeset/base/313586 Log: MFC r312459: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output Modified: stable/10/lib/libblocksruntime/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libblocksruntime/Makefile ============================================================================== --- stable/10/lib/libblocksruntime/Makefile Sat Feb 11 05:55:25 2017 (r313585) +++ stable/10/lib/libblocksruntime/Makefile Sat Feb 11 05:56:48 2017 (r313586) @@ -5,7 +5,7 @@ SHLIB_MAJOR=0 CFLAGS+=-I${.CURDIR} WARNS?= 2 -.PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime +.PATH: ${SRCTOP}/contrib/compiler-rt/BlocksRuntime INCS= Block.h Block_private.h SRCS= data.c runtime.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110556.v1B5um35084096>