[Tinyos-2-commits] CVS: tinyos-2.x/tools build.xml,1.1,1.2

Jan Beutel beutel at users.sourceforge.net
Tue Aug 14 10:41:45 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32130/tools

Modified Files:
	build.xml 
Log Message:


Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml	14 Aug 2007 17:35:46 -0000	1.1
--- build.xml	14 Aug 2007 17:41:42 -0000	1.2
***************
*** 12,14 ****
--- 12,26 ----
  	</target>
  
+ 	<target name="install_cruisecontrol" >
+ 		<echo message = "Building ${project.name}" />
+ 		<exec executable="./Bootstrap" failonerror="true">
+ 		</exec>
+ 		<exec executable="./configure" failonerror="true">
+ 			<arg line="--prefix=/scratch/tos2/usr" />
+ 			</exec>
+ 		<exec executable="make" failonerror="true">
+ 			<arg line="install" />
+ 		</exec>
+ 	</target>
+ 
  </project>



More information about the Tinyos-2-commits mailing list