Author: ngie Date: Fri Jan 20 04:35:49 2017 New Revision: 312483 URL: https://svnweb.freebsd.org/changeset/base/312483
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/libsbuf/Makefile Modified: head/lib/libsbuf/Makefile ============================================================================== --- head/lib/libsbuf/Makefile Fri Jan 20 04:35:36 2017 (r312482) +++ head/lib/libsbuf/Makefile Fri Jan 20 04:35:49 2017 (r312483) @@ -10,6 +10,6 @@ SHLIB_MAJOR = 6 SYMBOL_MAPS= ${.CURDIR}/Symbol.map VERSION_DEF= ${.CURDIR}/Version.def -.PATH: ${.CURDIR}/../../sys/kern +.PATH: ${SRCTOP}/sys/kern .include <bsd.lib.mk> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"