svn commit: r312482 - head/lib/libsm
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 04:35:37 UTC 2017
Author: ngie
Date: Fri Jan 20 04:35:36 2017
New Revision: 312482
URL: https://svnweb.freebsd.org/changeset/base/312482
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/libsm/Makefile
Modified: head/lib/libsm/Makefile
==============================================================================
--- head/lib/libsm/Makefile Fri Jan 20 04:35:18 2017 (r312481)
+++ head/lib/libsm/Makefile Fri Jan 20 04:35:36 2017 (r312482)
@@ -3,7 +3,7 @@
.include <src.opts.mk>
PACKAGE=sendmail
-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