Date: Sat, 11 Feb 2017 06:32:06 +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: r313599 - stable/10/lib/libulog Message-ID: <201702110632.v1B6W6Hd001317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Feb 11 06:32:05 2017 New Revision: 313599 URL: https://svnweb.freebsd.org/changeset/base/313599 Log: MFC r312471: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output Modified: stable/10/lib/libulog/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libulog/Makefile ============================================================================== --- stable/10/lib/libulog/Makefile Sat Feb 11 06:31:26 2017 (r313598) +++ stable/10/lib/libulog/Makefile Sat Feb 11 06:32:05 2017 (r313599) @@ -22,7 +22,7 @@ MLINKS+=ulog_login.3 ulog_login_pseudo.3 DPADD= ${LIBMD} LDADD= -lmd -VERSION_DEF= ${.CURDIR}/../libc/Versions.def +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map .if ${MK_INSTALLLIB} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110632.v1B6W6Hd001317>