[Tinyos-commits] CVS: tinyos-1.x/doc/tutorial buildenv.html, 1.2,
1.3
Joe Polastre
jpolastre at users.sourceforge.net
Mon Aug 8 21:26:21 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/doc/tutorial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27387
Modified Files:
buildenv.html
Log Message:
Makelocal goes in tools/make, not apps
Index: buildenv.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/doc/tutorial/buildenv.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildenv.html 7 Oct 2003 21:45:47 -0000 1.2
--- buildenv.html 9 Aug 2005 04:26:19 -0000 1.3
***************
*** 11,15 ****
<td width="100%"> <font face="tahoma,arial,helvetica"><b><big><big>
Tailoring the TinyOS Build Environment</big></big></b> </font>
! <p> <font face="tahoma,arial,helvetica">Last updated 03 Sep 2003 </font> </p>
</td>
</tr>
--- 11,15 ----
<td width="100%"> <font face="tahoma,arial,helvetica"><b><big><big>
Tailoring the TinyOS Build Environment</big></big></b> </font>
! <p> <font face="tahoma,arial,helvetica">Last updated 08 Aug 2005 </font> </p>
</td>
</tr>
***************
*** 32,36 ****
</table>
</p>
! <p> The Makerules file in the apps directory manages many aspects of the
build process for TinyOS applications. While it is possible to edit this
file to make changes, such practice is not advisable since 1) the
--- 32,36 ----
</table>
</p>
! <p> The Makerules file in the tools/make directory manages many aspects of the
build process for TinyOS applications. While it is possible to edit this
file to make changes, such practice is not advisable since 1) the
***************
*** 39,47 ****
users. </p>
<p> To allow for tailoring the build environment, the Makerules file
! looks for a Makelocal file located in the apps directory and
includes it in the build process. Changes made to the Makelocal file
can be easily reversed (just delete/rename the file) and can be
distributed to other users. </p>
! <p> To use this feature, create a Makelocal file in the apps directory
which contains your custom definitions using standard makefile
syntax. For example: <br>
--- 39,47 ----
users. </p>
<p> To allow for tailoring the build environment, the Makerules file
! looks for a Makelocal file located in the tools/make directory and
includes it in the build process. Changes made to the Makelocal file
can be easily reversed (just delete/rename the file) and can be
distributed to other users. </p>
! <p> To use this feature, create a Makelocal file in the tools/make directory
which contains your custom definitions using standard makefile
syntax. For example: <br>
More information about the Tinyos-commits
mailing list