Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 18:49:06 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328986 - head/stand/usb
Message-ID:  <201802071849.w17In6Gq055636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Feb  7 18:49:06 2018
New Revision: 328986
URL: https://svnweb.freebsd.org/changeset/base/328986

Log:
  Fix relative location of USB sources after recent move.
  
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

Modified:
  head/stand/usb/usbcore.mk

Modified: head/stand/usb/usbcore.mk
==============================================================================
--- head/stand/usb/usbcore.mk	Wed Feb  7 18:46:08 2018	(r328985)
+++ head/stand/usb/usbcore.mk	Wed Feb  7 18:49:06 2018	(r328986)
@@ -32,7 +32,7 @@
 #
 
 USBCOREDIR:=	${.PARSEDIR}
-S=${USBCOREDIR}/../..
+S=${USBCOREDIR}/../../sys
 
 MACHDEP_DIRS=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802071849.w17In6Gq055636>