svn commit: r313608 - stable/10/lib/libsm
Ngie Cooper
ngie at FreeBSD.org
Sat Feb 11 06:40:28 UTC 2017
Author: ngie
Date: Sat Feb 11 06:40:27 2017
New Revision: 313608
URL: https://svnweb.freebsd.org/changeset/base/313608
Log:
MFC r312482:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
Modified:
stable/10/lib/libsm/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libsm/Makefile
==============================================================================
--- stable/10/lib/libsm/Makefile Sat Feb 11 06:39:47 2017 (r313607)
+++ stable/10/lib/libsm/Makefile Sat Feb 11 06:40:27 2017 (r313608)
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsm
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
More information about the svn-src-all
mailing list