]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/build.xml
added install target for ant
[tinyos-2.x.git] / tools / build.xml
index 1b98c9a707c8c25b2a5b7ff37953a4cf82273f1c..92e5608b8db14ef11150a97131eace220b13bfb8 100644 (file)
                </exec>
        </target>
 
-       <target name="install_cruisecontrol" >
-               <echo message = "Building tinyos-2.x tools" />
+       <target name="install" >
+               <echo message = "Installing tinyos-2.x tools" />
                <exec executable="./Bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">
-                       <arg line="--prefix=/scratch/tos2/usr --quiet" />
+                       <arg line="--prefix=$TOSTOOLS_PREFIX --quiet" />
                        </exec>
                <exec executable="make" failonerror="true">
                        <arg line="install" />