[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr mib510.extra, 1.7, 1.8

Janos Sallai sallai at users.sourceforge.net
Mon Jan 26 11:40:48 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24661

Modified Files:
	mib510.extra 
Log Message:
fix for cygwin/avrdude to work with ports above com9

Index: mib510.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/mib510.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mib510.extra	18 Jun 2008 20:22:51 -0000	1.7
--- mib510.extra	26 Jan 2009 19:40:38 -0000	1.8
***************
*** 6,9 ****
--- 6,13 ----
  endif
  
+ ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
+   MIB510 := '\\.\$(MIB510)'
+ endif
+ 
  PROGRAM = mib510
  



More information about the Tinyos-2-commits mailing list