]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/build.xml
moving from sdk/c
[tinyos-2.x.git] / support / sdk / c / build.xml
index ec341d71b2014e72b2efa3c90e2d213724a9532e..b966962d1802d4b478e9e2094169cea8d24e3d7e 100644 (file)
@@ -5,18 +5,19 @@
                <exec executable="./bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">
+                       <arg  line="--quiet" />
                </exec>
                <exec executable="make" failonerror="true">
                        <arg line="all" />
                </exec>
        </target>
 
-       <target name="install_cruisecontrol" >
-               <echo message = "Building tinyos-2.x support sdk c" />
-               <exec executable="./Bootstrap" failonerror="true">
+       <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=/scratch/tos2/usr --quiet" />
+                       <arg line="--prefix=$TOSTOOLS_PREFIX --quiet" />
                        </exec>
                <exec executable="make" failonerror="true">
                        <arg line="install" />