svn commit: r312459 - head/lib/libblocksruntime
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 03:56:11 UTC 2017
Author: ngie
Date: Fri Jan 20 03:56:10 2017
New Revision: 312459
URL: https://svnweb.freebsd.org/changeset/base/312459
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/libblocksruntime/Makefile
Modified: head/lib/libblocksruntime/Makefile
==============================================================================
--- head/lib/libblocksruntime/Makefile Fri Jan 20 03:55:43 2017 (r312458)
+++ head/lib/libblocksruntime/Makefile Fri Jan 20 03:56:10 2017 (r312459)
@@ -6,7 +6,7 @@ SHLIB_MAJOR=0
CFLAGS+=-I${.CURDIR}
WARNS?= 2
-.PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
+.PATH: ${SRCTOP}/contrib/compiler-rt/lib/BlocksRuntime
INCS= Block.h Block_private.h
SRCS= data.c runtime.c
More information about the svn-src-head
mailing list