svn commit: r328986 - head/stand/usb

Hans Petter Selasky hselasky at FreeBSD.org
Wed Feb 7 18:49:07 UTC 2018


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=
 


More information about the svn-src-head mailing list