]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/build.xml
fixed path in make install
[tinyos-2.x.git] / tools / build.xml
index 9d3401cbfad971ad0f96a480254f6421aa08a8e1..9d29ec7aeed2a6a9361bd0bb2a5dd6d916bf0ec6 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 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" />
+                       <arg line="--prefix=/scratch/tos2/usr --quiet" />
                        </exec>
                <exec executable="make" failonerror="true">
                        <arg line="install" />