[Tinyos-beta-commits] CVS: tinyos-1.x/beta/perlnesc/bin perlncpp,
1.3, 1.4
Cory Sharp
cssharp at users.sourceforge.net
Thu Feb 10 17:50:06 PST 2005
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/TestDeluge/GoldenImage
GoldenImageM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep1.txt, 1.4,
1.5 tep101.txt, 1.4, 1.5 tep102.txt, 1.4, 1.5 tep103.txt, 1.4,
1.5 tep104.txt, 1.2, 1.3 tep105.txt, 1.4, 1.5 tep106.txt, 1.7,
1.8 tep107.txt, 1.1, 1.2 tep2.txt, 1.1, 1.2 tep3.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/perlnesc/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31133
Modified Files:
perlncpp
Log Message:
Small tweak to let me run Perlnesc as more of a filter on a single file
to more easily allow building the MathOpsM module for TOS2.
Index: perlncpp
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/perlnesc/bin/perlncpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** perlncpp 23 Jul 2004 00:03:52 -0000 1.3
--- perlncpp 11 Feb 2005 01:50:03 -0000 1.4
***************
*** 28,31 ****
--- 28,32 ----
check_includes => "no",
verbose => 0,
+ filter => 0,
);
***************
*** 38,42 ****
use SlurpFile;
! push( @ARGV, "-I$Opts{PerlNescDir}/include" );
@ARGV = parse_opts( FindInclude::parse_include_opts( @ARGV ) );
$Opts{verbose} = 1 if !defined $Opts{verbose};
--- 39,43 ----
use SlurpFile;
! push( @ARGV, "-I$Opts{PerlNescDir}/include", "-I." );
@ARGV = parse_opts( FindInclude::parse_include_opts( @ARGV ) );
$Opts{verbose} = 1 if !defined $Opts{verbose};
***************
*** 67,72 ****
}
! $pnc->save_modified_files();
! $pnc->process_accounting();
### ---
--- 68,77 ----
}
! if( !$Opts{filter} ) {
! $pnc->save_modified_files();
! $pnc->process_accounting();
! } else {
! print $pnc->{files}->get_file($ARGV[0])->{text};
! }
### ---
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/TestDeluge/GoldenImage
GoldenImageM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep1.txt, 1.4,
1.5 tep101.txt, 1.4, 1.5 tep102.txt, 1.4, 1.5 tep103.txt, 1.4,
1.5 tep104.txt, 1.2, 1.3 tep105.txt, 1.4, 1.5 tep106.txt, 1.7,
1.8 tep107.txt, 1.1, 1.2 tep2.txt, 1.1, 1.2 tep3.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list