[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp bsl.extra, 1.5, 1.6

Kevin Klues klueska at users.sourceforge.net
Wed Mar 26 15:51:36 PDT 2008


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

Modified Files:
	bsl.extra 
Log Message:
Wasn't working with cygwin after last "fix"

Index: bsl.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/bsl.extra,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bsl.extra	11 Mar 2008 08:28:54 -0000	1.5
--- bsl.extra	26 Mar 2008 22:51:33 -0000	1.6
***************
*** 21,27 ****
  
  ifeq ($(BSL),auto)
! BSLTEST = $(shell motelist -c | perl -e '<> =~ /^[^,]+,(\S+),/; print $$1;' )
  BSLTEST_COMMENT = "using bsl,auto"
! BSL = $(shell motelist -c | perl -e '<> =~ /^[^,]+,(\S+),/; ($$s,$$n)=($$1,$$2); if($$s=~/^com/i) { print $$n-1 } else { print $$s; };' )
  BSL_TARGETS += bsltest
  else
--- 21,27 ----
  
  ifeq ($(BSL),auto)
! BSLTEST = $(shell motelist -c | perl -e '<> =~ /^[^,]+,(\S+?(\d+)[^,]*)/; print $$1;' )
  BSLTEST_COMMENT = "using bsl,auto"
! BSL = $(shell motelist -c | perl -e '<> =~ /^[^,]+,(\S+?(\d+)[^,]*)/; ($$s,$$n)=($$1,$$2); if($$s=~/^com/i) { print $$n-1 } else { print $$s; };' )
  BSL_TARGETS += bsltest
  else



More information about the Tinyos-2-commits mailing list