]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added build.xml to 6lowpan and fixed the relocated support/s/sf
authorbeutel <beutel>
Mon, 25 Feb 2008 09:48:51 +0000 (09:48 +0000)
committerbeutel <beutel>
Mon, 25 Feb 2008 09:48:51 +0000 (09:48 +0000)
support/sdk/c/6lowpan/serial_tun/build.xml [new file with mode: 0644]
support/sdk/c/sf/build.xml

diff --git a/support/sdk/c/6lowpan/serial_tun/build.xml b/support/sdk/c/6lowpan/serial_tun/build.xml
new file mode 100644 (file)
index 0000000..b750c72
--- /dev/null
@@ -0,0 +1,10 @@
+<project name="tinyos-2.x support sdk c 6lowpan serial_tun" default="all">
+
+       <target name="all" >
+               <echo message = "Building support sdk c 6lowpan serial_tun" />
+               <exec executable="make" failonerror="true">
+                       <arg line="all" />
+               </exec>
+       </target>
+
+</project>
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" />