svn commit: r325088 - head
Bryan Drewery
bdrewery at FreeBSD.org
Sun Oct 29 01:21:50 UTC 2017
Author: bdrewery
Date: Sun Oct 29 01:21:49 2017
New Revision: 325088
URL: https://svnweb.freebsd.org/changeset/base/325088
Log:
xdev: Remove excess '/' since XDTP is asserted to be an absolute path.
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Sun Oct 29 01:21:46 2017 (r325087)
+++ head/Makefile.inc1 Sun Oct 29 01:21:49 2017 (r325088)
@@ -2817,7 +2817,7 @@ CD2MAKE=${CD2ENV} PATH=${CDTMP}/usr/bin:${XDDESTDIR}/u
# Don't rebuild build-tools targets during normal build.
CD2MAKE+= BUILD_TOOLS_META=.NOMETA
.endif
-XDDESTDIR=${DESTDIR}/${XDTP}
+XDDESTDIR=${DESTDIR}${XDTP}
.ORDER: xdev-build xdev-install xdev-links
xdev: xdev-build xdev-install .PHONY
More information about the svn-src-all
mailing list