[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/ncc ncc.1, 1.2,
1.3 ncc.in, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Wed Apr 11 14:36:57 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7743
Modified Files:
ncc.1 ncc.in
Log Message:
add %P to ncc to stay in line with the storage volume tool
Index: ncc.1
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc/ncc.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ncc.1 12 Jul 2006 17:00:54 -0000 1.2
--- ncc.1 11 Apr 2007 21:36:53 -0000 1.3
***************
*** 86,92 ****
.SH SEARCH PATH
! \fBncc\fR performs the following substitutions on the directories specified
! with the \fB-I\fR option: \fB%T\fR is replaced by the TinyOS directory,
! \fB%p\fR is replaced by the selected target, \fB%%\fR is replaced by
\fB%\fR.
--- 86,93 ----
.SH SEARCH PATH
! \fBncc\fR performs the following substitutions on the directories
! specified with the \fB-I\fR option: \fB%T\fR is replaced by the TinyOS
! directory, \fB%p\fR is replaced by the selected target, \fB%P\fR is
! replaced by the target's platform directory, \fB%%\fR is replaced by
\fB%\fR.
Index: ncc.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc/ncc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ncc.in 12 Jul 2006 17:00:54 -0000 1.2
--- ncc.in 11 Apr 2007 21:36:53 -0000 1.3
***************
*** 263,266 ****
--- 263,267 ----
$rep = $TOSDIR if $char eq "T";
$rep = $target if $char eq "p";
+ $rep = $platform_dir if $char eq "P";
&fail("unknown include-path substitution %" . $char) if !$rep;
substr($idir, $idx, 2) = $rep;
More information about the Tinyos-2-commits
mailing list