svn commit: r312463 - head/lib/libbz2
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 03:58:51 UTC 2017
Author: ngie
Date: Fri Jan 20 03:58:50 2017
New Revision: 312463
URL: https://svnweb.freebsd.org/changeset/base/312463
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/libbz2/Makefile
Modified: head/lib/libbz2/Makefile
==============================================================================
--- head/lib/libbz2/Makefile Fri Jan 20 03:57:52 2017 (r312462)
+++ head/lib/libbz2/Makefile Fri Jan 20 03:58:50 2017 (r312463)
@@ -1,7 +1,7 @@
# $FreeBSD$
PACKAGE= lib${LIB}
-BZ2DIR= ${.CURDIR}/../../contrib/bzip2
+BZ2DIR= ${SRCTOP}/contrib/bzip2
.PATH: ${BZ2DIR}
LIB= bz2
More information about the svn-src-all
mailing list