[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/ncc nesdoc.1, 1.3, 1.4 nesdoc.in, 1.5, 1.6
David Gay
idgay at users.sourceforge.net
Fri Sep 19 15:08:30 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23440
Modified Files:
nesdoc.1 nesdoc.in
Log Message:
minor cleanup/-topdir bug fix
Index: nesdoc.1
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc/nesdoc.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nesdoc.1 2 May 2008 20:49:44 -0000 1.3
--- nesdoc.1 19 Sep 2008 22:08:28 -0000 1.4
***************
*** 13,17 ****
.br
\fBnesdoc\fR -o \fIdocumentation-directory\fR [\fB-preserve\fR]
! [\fB-new\fR] [\fB-quiet\fR] [\fB-target=\fIplatform\fR] [\fB-topdir=\fIdirectory\fR]
[\fIncc-options\fR] \fIfiles...\fR
--- 13,17 ----
.br
\fBnesdoc\fR -o \fIdocumentation-directory\fR [\fB-preserve\fR]
! [\fB-new\fR] [\fB-quiet\fR] [\fB-target=\fIplatform\fR] [\fB-topdir=\fIdirectory\fR] [\fB-app\fR]
[\fIncc-options\fR] \fIfiles...\fR
***************
*** 78,82 ****
above \fBTOSDIR\fR is automatically added, so this option is only needed for
directories outside the main TinyOS distribution.
!
.SH SEE ALSO
--- 78,85 ----
above \fBTOSDIR\fR is automatically added, so this option is only needed for
directories outside the main TinyOS distribution.
! .TP
! \fB-app\fR
! Also generate a graph for the whole application in the current directory -
! this is useful to check the wiring of a particular application.
.SH SEE ALSO
Index: nesdoc.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/ncc/nesdoc.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** nesdoc.in 17 Jun 2008 19:02:03 -0000 1.5
--- nesdoc.in 19 Sep 2008 22:08:28 -0000 1.6
***************
*** 69,73 ****
if (/^-/) {
if (/^-topdir=(.*)/) {
! push @archive_args, $1;
$strip = 1;
}
--- 69,73 ----
if (/^-/) {
if (/^-topdir=(.*)/) {
! push @archive_args, "--topdir=$1";
$strip = 1;
}
More information about the Tinyos-2-commits
mailing list