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

Janos Sallai sallai at users.sourceforge.net
Wed Feb 4 11:38:32 PST 2009


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

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

Index: mib510.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/mib510.extra,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mib510.extra	26 Jan 2009 19:40:38 -0000	1.8
--- mib510.extra	4 Feb 2009 19:38:30 -0000	1.9
***************
*** 6,16 ****
  endif
  
- ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
-   MIB510 := '\\.\$(MIB510)'
- endif
- 
  PROGRAM = mib510
  
  ifeq ($(PROGRAMMER),avrdude)
      ifdef BOOTLOADER_IMG
        ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
--- 6,15 ----
  endif
  
  PROGRAM = mib510
  
  ifeq ($(PROGRAMMER),avrdude)
+     ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
+       MIB510 := '\\.\$(MIB510)'
+     endif
      ifdef BOOTLOADER_IMG
        ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)



More information about the Tinyos-2-commits mailing list