[Tinyos-2-commits] CVS: tinyos-2.x/support/make/pxa27x pxa27x.rules, 1.8, 1.9

kusy kusy at users.sourceforge.net
Thu May 29 11:04:08 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24657

Modified Files:
	pxa27x.rules 
Log Message:
xdb support bug fix

Index: pxa27x.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/pxa27x.rules,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pxa27x.rules	27 May 2008 18:21:43 -0000	1.8
--- pxa27x.rules	29 May 2008 18:04:06 -0000	1.9
***************
*** 82,86 ****
  
  bin: exe FORCE
! 	@cmd () { echo "$$@"; $$@; }; if [ "${DEFAULT_PROGRAM}" = "xflash" ]; then $(XDB_SYMBOL_EXTRACT) $(MAIN_EXE); fi
  
  exe: exe0 bytes FORCE
--- 82,86 ----
  
  bin: exe FORCE
! 	@cmd () { echo "$$@"; $$@; }; if [ "${PROGRAM}" = "xflash" ]; then $(XDB_SYMBOL_EXTRACT) $(MAIN_EXE); fi
  
  exe: exe0 bytes FORCE



More information about the Tinyos-2-commits mailing list