]> 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 c776303345ece37683d083ca7030489eeaa2997f..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" />
+       <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" />