Commit 44fb8659 by Andrew Haley Committed by Andrew Haley

makemake.tcl (emit_bc_rule): Set the source filename.

2007-02-06  Andrew Haley  <aph@redhat.com>

        * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
        * sources.am: Rebuild.

From-SVN: r121651
parent 15814ba0
2007-02-06 Andrew Haley <aph@redhat.com>
* scripts/makemake.tcl (emit_bc_rule): Set the source filename.
* sources.am: Rebuild.
2007-02-05 Keith Seitz <keiths@redhat.com> 2007-02-05 Keith Seitz <keiths@redhat.com>
* jvmti.cc (_envListLock): Change type to * jvmti.cc (_envListLock): Change type to
......
...@@ -264,7 +264,7 @@ proc emit_bc_rule {package} { ...@@ -264,7 +264,7 @@ proc emit_bc_rule {package} {
set omit "| grep -v $exclusion_map($package)" set omit "| grep -v $exclusion_map($package)"
} }
puts "\t@find \$(srcdir)/classpath/lib/$package -name '*.class'${omit} > $tname" puts "\t@find \$(srcdir)/classpath/lib/$package -name '*.class'${omit} > $tname"
puts "\t\$(LTGCJCOMPILE) -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname" puts "\t\$(LTGCJCOMPILE) -fsource-filename=\$(here)/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
puts "\t@rm -f $tname" puts "\t@rm -f $tname"
puts "" puts ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment