Date: Mon, 18 Mar 2002 19:04:03 -0800 (PST) From: Jeff Kletsky <jeff+freebsd@wagsky.com> To: current@freebsd.org Subject: make kernel breakage - src/sys/dev/usb/uplcom.c Message-ID: <Pine.BSF.4.21.0203181855470.48869-100000@wildside.wagsky.com>
next in thread | raw e-mail | index | archive | help
Compiling from today's cvsup results in a failure to compile src/sys/dev/usb/uplcom.c due to USB_PRODUCT_RATOC_REXUSB60 being undefined. It appears that usbdevs.h needs to be regenerated and checked in to the repository. As a temporary fix: cd .../src/sys/dev/usb/ awk -f devlist2h.awk < usbdevs seems to resolve the issue. Is there a reason this is (apparently) not run during the make process? Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0203181855470.48869-100000>