[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/sf build.xml, 1.1,
1.2
Jan Beutel
beutel at users.sourceforge.net
Mon Feb 25 01:48:53 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c/sf
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6632/support/sdk/c/sf
Modified Files:
build.xml
Log Message:
added build.xml to 6lowpan and fixed the relocated support/s/sf
Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/c/sf/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 5 Dec 2007 22:49:46 -0000 1.1
--- build.xml 25 Feb 2008 09:48:51 -0000 1.2
***************
*** 1,6 ****
! <project name="tinyos-2.x support sdk c" default="all">
<target name="all" >
! <echo message = "Building support sdk c" />
<exec executable="./bootstrap" failonerror="true">
</exec>
--- 1,6 ----
! <project name="tinyos-2.x support sdk c sf" default="all">
<target name="all" >
! <echo message = "Building support sdk c sf" />
<exec executable="./bootstrap" failonerror="true">
</exec>
***************
*** 14,22 ****
<target name="install" >
! <echo message = "Installing tinyos-2.x support sdk c" />
<exec executable="./bootstrap" failonerror="true">
</exec>
<exec executable="./configure" failonerror="true">
! <arg line="--prefix=$TOSTOOLS_PREFIX --quiet" />
</exec>
<exec executable="make" failonerror="true">
--- 14,22 ----
<target name="install" >
! <echo message = "Installing tinyos-2.x support sdk c sf" />
<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