24 lines
728 B
Text
24 lines
728 B
Text
|
$NetBSD: patch-bc,v 1.1 2004/06/26 20:19:16 recht Exp $
|
||
|
|
||
|
--- mono/mini/Makefile.in.orig 2004-06-26 14:06:19.000000000 +0200
|
||
|
+++ mono/mini/Makefile.in 2004-06-26 14:06:35.000000000 +0200
|
||
|
@@ -798,15 +798,15 @@
|
||
|
|
||
|
stat1: mono bench.exe
|
||
|
./mono --verbose --statfile stats.pl --regression bench.exe
|
||
|
- perl viewstat.pl stats.pl
|
||
|
+ $(PERL) viewstat.pl stats.pl
|
||
|
|
||
|
stat2: mono basic.exe
|
||
|
./mono --verbose --statfile stats.pl --regression basic.exe
|
||
|
- perl viewstat.pl -e stats.pl
|
||
|
+ $(PERL) viewstat.pl -e stats.pl
|
||
|
|
||
|
stat3: mono bench.exe
|
||
|
./mono --statfile stats.pl --ncompile 1000 --compile Tests:test_0_many_nested_loops bench.exe
|
||
|
- perl viewstat.pl stats.pl
|
||
|
+ $(PERL) viewstat.pl stats.pl
|
||
|
|
||
|
docu: mini.sgm
|
||
|
docbook2txt mini.sgm
|