svn commit: r253761 - head/sys/modules/usb/rsufw

Rui Paulo rpaulo at FreeBSD.org
Mon Jul 29 06:57:45 UTC 2013


Author: rpaulo
Date: Mon Jul 29 06:57:45 2013
New Revision: 253761
URL: http://svnweb.freebsd.org/changeset/base/253761

Log:
  Fix a debugging hack that snuck in.

Modified:
  head/sys/modules/usb/rsufw/Makefile.inc

Modified: head/sys/modules/usb/rsufw/Makefile.inc
==============================================================================
--- head/sys/modules/usb/rsufw/Makefile.inc	Mon Jul 29 06:55:28 2013	(r253760)
+++ head/sys/modules/usb/rsufw/Makefile.inc	Mon Jul 29 06:57:45 2013	(r253761)
@@ -11,7 +11,5 @@ FIRMWS=	${_FIRM}:${KMOD}:120
 
 FIRMWARE_LICENSE=	realtek
 
-#${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu
-#	uudecode -p $? > ${.TARGET}
-${_FIRM}: ${.CURDIR}/${_FIRM}.uu
+${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu
 	uudecode -p $? > ${.TARGET}


More information about the svn-src-all mailing list