[kismac] [binaervarianz] r211 - in branches/usb-drivers: . Sources/WaveDrivers
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 17 Oct 2006 08:32:48 +0200
Author: gkruse
Date: 2006-10-17 08:32:44 +0200 (Tue, 17 Oct 2006)
New Revision: 211
Modified:
branches/usb-drivers/Sources/WaveDrivers/WaveDriverUSBIntersil.mm
branches/usb-drivers/compile.command
Log:
Build script fixes thanks to utopia (usb branch)
Modified: branches/usb-drivers/Sources/WaveDrivers/WaveDriverUSBIntersil.mm
===================================================================
--- branches/usb-drivers/Sources/WaveDrivers/WaveDriverUSBIntersil.mm
2006-10-17 06:30:58 UTC (rev 210)
+++ branches/usb-drivers/Sources/WaveDrivers/WaveDriverUSBIntersil.mm
2006-10-17 06:32:44 UTC (rev 211)
@@ -47,6 +47,7 @@
usleep(1000); //we should really do locking, but since this is temp
anyway...
+ //I don't really like how this works.
switch(_driver->getDeviceType()){ //cast ourself to the approp type
case intersil:
delete(_driver);
Modified: branches/usb-drivers/compile.command
===================================================================
--- branches/usb-drivers/compile.command 2006-10-17 06:30:58 UTC (rev
210)
+++ branches/usb-drivers/compile.command 2006-10-17 06:32:44 UTC (rev
211)
@@ -86,7 +86,7 @@
cd ..
echo -n "Determine Subversion Revision... "
-SVNVERS=`svn version -n .`
+SVNVERS=`svn info | grep Revision | awk '{print $2}'`
echo $SVNVERS
sed -e "s/\\\$Revision.*\\\$/\\\$Revision: $SVNVERS\\\$/"
Resources/Info.plist.templ > Resources/Info.plist
sed -e "s/\\\$Revision.*\\\$/\\\$Revision: $SVNVERS\\\$/"
Resources/Strings/English.lproj/InfoPlist.strings.templ >
Resources/Strings/English.lproj/InfoPlist.strings
Other related posts:
- » [kismac] [binaervarianz] r211 - in branches/usb-drivers: . Sources/WaveDrivers