[Tinyos-commits] CVS: tinyos-1.x/tools/release tinyos.spec, 1.16,
1.17 tinyos.files, 1.15, 1.16 build-rpms, 1.15, 1.16
Kristin Wright
kristinwright at users.sourceforge.net
Fri Jun 3 13:32:46 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/release
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv386
Modified Files:
tinyos.spec tinyos.files build-rpms
Log Message:
1.1.13 changes
Index: tinyos.spec
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/tinyos.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tinyos.spec 26 Apr 2005 00:06:11 -0000 1.16
--- tinyos.spec 3 Jun 2005 20:32:42 -0000 1.17
***************
*** 2,6 ****
Name: tinyos
BuildArchitectures: noarch
! Version: 1.1.12Apr2005cvs
Release: 1
License: Please see source
--- 2,6 ----
Name: tinyos
BuildArchitectures: noarch
! Version: 1.1.13May2005cvs
Release: 1
License: Please see source
***************
*** 21,25 ****
TinyOS system, its component model, and its implications for Networked
Sensor Architectures please see: "Architectural Directions for Networked
! Sensors" which can be found off of http://webs.cs.berkeley.edu.
%prep
--- 21,25 ----
TinyOS system, its component model, and its implications for Networked
Sensor Architectures please see: "Architectural Directions for Networked
! Sensors" which can be found off of http://www.tinyos.net
%prep
***************
*** 55,59 ****
CLASSPATH=`$TOSROOT/tools/java/javapath`
export CLASSPATH
- #We cannot set MAKERULES until we require make 3.8
MAKERULES="$TOSROOT/tools/make/Makerules"
export MAKERULES
--- 55,58 ----
***************
*** 68,78 ****
. /etc/profile.d/tinyos.sh
- # Copy patched make to /usr/bin
- mv /usr/bin/make.exe /usr/bin/make-unpatched.exe
- cp $TOSROOT/tools/make/make-patched.exe /usr/bin/make.exe
-
# Compile motelist
cd $TOSROOT/tools/src/motelist; make install
if ! ( type java >/dev/null 2>/dev/null && type javac >/dev/null 2>/dev/null ); then
echo "Cannot find java and javac - java tools not compiled" 1>&2
--- 67,74 ----
. /etc/profile.d/tinyos.sh
# Compile motelist
cd $TOSROOT/tools/src/motelist; make install
+ # Compile java tools
if ! ( type java >/dev/null 2>/dev/null && type javac >/dev/null 2>/dev/null ); then
echo "Cannot find java and javac - java tools not compiled" 1>&2
Index: tinyos.files
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/tinyos.files,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tinyos.files 26 Apr 2005 00:06:11 -0000 1.15
--- tinyos.files 3 Jun 2005 20:32:42 -0000 1.16
***************
*** 1,4 ****
NAME=tinyos
! VERSION=1.1.12Apr2005cvs
cd ../..
--- 1,4 ----
NAME=tinyos
! VERSION=1.1.13May2005cvs
cd ../..
Index: build-rpms
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/build-rpms,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** build-rpms 26 Apr 2005 00:06:11 -0000 1.15
--- build-rpms 3 Jun 2005 20:32:42 -0000 1.16
***************
*** 4,8 ****
# For my cygwin: /cygdrive/c/rpmsrc
RPMS=/cygdrive/c/rpmsrc
! TINYOS_VERSION=1.1.12Apr2005cvs
VM_VERSION=1.1.1Mar2004cvs
TINYDB_VERSION=1.1.3July2004cvs
--- 4,8 ----
# For my cygwin: /cygdrive/c/rpmsrc
RPMS=/cygdrive/c/rpmsrc
! TINYOS_VERSION=1.1.13May2005cvs
VM_VERSION=1.1.1Mar2004cvs
TINYDB_VERSION=1.1.3July2004cvs
More information about the Tinyos-commits
mailing list