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

Cory Sharp cssharp at users.sourceforge.net
Mon Oct 25 08:04:00 PDT 2004


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

Modified Files:
	build-mspgcc 
Log Message:
Minor fixes.
* Typos in help message
* Change ~ to $HOME in cvspass check
* Tweak regex to not require spaces when changing prefix in libc Makefile

Index: build-mspgcc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb/build-mspgcc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build-mspgcc	25 Oct 2004 08:38:39 -0000	1.2
--- build-mspgcc	25 Oct 2004 15:03:57 -0000	1.3
***************
*** 21,27 ****
    INSTALL_DIR=/usr/local/msp430 ./build-mspgcc install
  
! All other build options are unsuppored.
  
! Unsuppored usage: build-mspgcc [command] (package)
  commands: get, extract, build, install
  packages: MSPGCC_CVS, BINUTILS, GCC, LIBC
--- 21,27 ----
    INSTALL_DIR=/usr/local/msp430 ./build-mspgcc install
  
! All other build options are unsupported.
  
! Unsupported usage: build-mspgcc [command] (package)
  commands: get, extract, build, install
  packages: MSPGCC_CVS, BINUTILS, GCC, LIBC
***************
*** 110,114 ****
    mkdir -p mspgcc-cvs
    cd mspgcc-cvs
!   if [ -f ~/.cvspass ] && grep -q -F ':pserver:anonymous at cvs.sf.net:' ~/.cvspass
    then
      :
--- 110,114 ----
    mkdir -p mspgcc-cvs
    cd mspgcc-cvs
!   if [ -f $HOME/.cvspass ] && grep -q -F ':pserver:anonymous at cvs.sf.net:' $HOME/.cvspass
    then
      :
***************
*** 143,147 ****
    [ -d msp1 ] || mkdir msp1
    [ -d msp2 ] || mkdir msp2
!   perl -i.orig -pe 's{^(prefix\s+=\s+)(.*)}{${1}'"$INSTALL_DIR"'}' Makefile
    make || exit 1
  }
--- 143,147 ----
    [ -d msp1 ] || mkdir msp1
    [ -d msp2 ] || mkdir msp2
!   perl -i.orig -pe 's{^(prefix\s*=\s*)(.*)}{${1}'"$INSTALL_DIR"'}' Makefile
    make || exit 1
  }



More information about the Tinyos-beta-commits mailing list