PERFORCE change 135295 for review

Sepherosa Ziehau sephe at FreeBSD.org
Wed Feb 13 02:08:43 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135295

Change 135295 by sephe at sephe_zealot:sam_wifi on 2008/02/13 10:08:16

	Unbreak modules/bwifw building when buildkernel

Affected files ...

.. //depot/projects/wifi/sys/modules/bwifw/Makefile#3 edit

Differences ...

==== //depot/projects/wifi/sys/modules/bwifw/Makefile#3 (text+ko) ====

@@ -21,7 +21,7 @@
 
 # NB: the cutter has v3/v4 pathname prefixes built-in; yech
 ${FWIMGS}: ${FWCUTTER} ${FWFILE}
-	ln -s . v3; ${FWCUTTER} -w . ${FWFILE}; rm v3
+	ln -sf . v3; ${FWCUTTER} -w . ${FWFILE}; rm v3
 
 ${FWCUTTER}: fwcutter
 


More information about the p4-projects mailing list