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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to