Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 10:08:42 GMT
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 135295 for review
Message-ID:  <200802131008.m1DA8gIG045611@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135295

Change 135295 by sephe@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802131008.m1DA8gIG045611>