svn commit: r312487 - head/lib/libpe
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 04:37:04 UTC 2017
Author: ngie
Date: Fri Jan 20 04:37:03 2017
New Revision: 312487
URL: https://svnweb.freebsd.org/changeset/base/312487
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/libpe/Makefile
Modified: head/lib/libpe/Makefile
==============================================================================
--- head/lib/libpe/Makefile Fri Jan 20 04:36:48 2017 (r312486)
+++ head/lib/libpe/Makefile Fri Jan 20 04:37:03 2017 (r312487)
@@ -3,7 +3,7 @@
INTERNALLIB=
-ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
+ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
.PATH: ${ELFTCDIR}/libpe
More information about the svn-src-head
mailing list