]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/sf/build.xml
added build.xml to 6lowpan and fixed the relocated support/s/sf
[tinyos-2.x.git] / support / sdk / c / sf / build.xml
index b966962d1802d4b478e9e2094169cea8d24e3d7e..e0b2c92bf7c0bbfdbb936010f8d479b2665f2464 100644 (file)
@@ -1,7 +1,7 @@
-<project name="tinyos-2.x support sdk c" default="all">
+<project name="tinyos-2.x support sdk c sf" default="all">
 
        <target name="all" >
-               <echo message = "Building support sdk c" />
+               <echo message = "Building support sdk c sf" />
                <exec executable="./bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">
        </target>
 
        <target name="install" >
-               <echo message = "Installing tinyos-2.x support sdk c" />
+               <echo message = "Installing tinyos-2.x support sdk c sf" />
                <exec executable="./bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">
-                       <arg line="--prefix=$TOSTOOLS_PREFIX --quiet" />
+                       <arg line="--prefix=${TOSTOOLS_PREFIX} --quiet" />
                        </exec>
                <exec executable="make" failonerror="true">
                        <arg line="install" />