[Tinyos-2-commits] CVS: tinyos-2.x/tools build.xml,1.4,1.5
Jan Beutel
beutel at users.sourceforge.net
Fri Aug 17 04:01:01 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30287/tools
Modified Files:
build.xml
Log Message:
added install target for ant
Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml 14 Aug 2007 19:26:11 -0000 1.4
--- build.xml 17 Aug 2007 11:00:54 -0000 1.5
***************
*** 13,22 ****
</target>
! <target name="install_cruisecontrol" >
! <echo message = "Building tinyos-2.x tools" />
<exec executable="./Bootstrap" failonerror="true">
</exec>
<exec executable="./configure" failonerror="true">
! <arg line="--prefix=/scratch/tos2/usr --quiet" />
</exec>
<exec executable="make" failonerror="true">
--- 13,22 ----
</target>
! <target name="install" >
! <echo message = "Installing tinyos-2.x tools" />
<exec executable="./Bootstrap" failonerror="true">
</exec>
<exec executable="./configure" failonerror="true">
! <arg line="--prefix=$TOSTOOLS_PREFIX --quiet" />
</exec>
<exec executable="make" failonerror="true">
More information about the Tinyos-2-commits
mailing list