[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/telosb build-mspgcc, 1.1, 1.2

Cory Sharp cssharp at users.sourceforge.net
Mon Oct 25 01:38:41 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12239

Modified Files:
	build-mspgcc 
Log Message:
I had made a minor edit without testing, and had a syntax error using the

  : ${VARIABLE:=default}

pattern because I forgot to include a space after the first color.  Fixed.


Index: build-mspgcc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb/build-mspgcc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-mspgcc	25 Oct 2004 08:27:55 -0000	1.1
--- build-mspgcc	25 Oct 2004 08:38:39 -0000	1.2
***************
*** 43,49 ****
  
  START_DIR=$PWD
! :${ARCHIVE_DIR:=archive}
! :${BUILD_DIR:=build}
! :${INSTALL_DIR:=/opt/msp430}
  
  # {package}_URL will by default derive
--- 43,49 ----
  
  START_DIR=$PWD
! : ${ARCHIVE_DIR:=archive}
! : ${BUILD_DIR:=build}
! : ${INSTALL_DIR:=/opt/msp430}
  
  # {package}_URL will by default derive



More information about the Tinyos-beta-commits mailing list