FreeBSD Bugzilla – Attachment 131631 Details for
Bug 175751
FreeBSD 10.0-CURRENT: build failure with "device runfw"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.25 KB, created by
Issei
on 2013-02-01 07:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Issei
Created:
2013-02-01 07:30:00 UTC
Size:
2.25 KB
patch
obsolete
>Index: sys/conf/files >=================================================================== >--- sys/conf/files (revision 246145) >+++ sys/conf/files (working copy) >@@ -2208,19 +2208,19 @@ > dev/usb/wlan/if_rum.c optional rum > dev/usb/wlan/if_run.c optional run > runfw.c optional runfw \ >- compile-with "${AWK} -f $S/tools/fw_stub.awk runfw:runfw -mrunfw -c${.TARGET}" \ >+ compile-with "${AWK} -f $S/tools/fw_stub.awk runfw.fw:runfw -mrunfw -c${.TARGET}" \ > no-implicit-rule before-depend local \ > clean "runfw.c" > runfw.fwo optional runfw \ >- dependency "runfw" \ >+ dependency "runfw.fw" \ > compile-with "${NORMAL_FWO}" \ > no-implicit-rule \ > clean "runfw.fwo" >-runfw optional runfw \ >+runfw.fw optional runfw \ > dependency "$S/contrib/dev/run/rt2870.fw.uu" \ > compile-with "${NORMAL_FW}" \ > no-obj no-implicit-rule \ >- clean "runfw" >+ clean "runfw.fw" > dev/usb/wlan/if_uath.c optional uath > dev/usb/wlan/if_upgt.c optional upgt > dev/usb/wlan/if_ural.c optional ural >Index: sys/modules/runfw/Makefile >=================================================================== >--- sys/modules/runfw/Makefile (revision 246145) >+++ sys/modules/runfw/Makefile (working copy) >@@ -1,11 +1,11 @@ > # $FreeBSD$ > > KMOD= runfw >-FIRMWS= runfw:runfw:1 >+FIRMWS= runfw.fw:runfw:1 > >-CLEANFILES= runfw >+CLEANFILES= runfw.fw > >-runfw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu >+runfw.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET} > > .include <bsd.kmod.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 175751
: 131631