Below, I've included a proper log message for my previous patch.
LOG MESSAGE:
* gen_base.py
(gen_base.TargetJavaClasses.add_dependencies): Add class file to
dependency list instead of source file
* gen_make.py
(gen_make.Generator.write): Switched TargetJavaClasses rules to
depend on the object files instead of the source files. These object
files are generated in a single call to 'javac'. This change prevents
unnecessary regeneration of .class files.
(gen_make.Generator.write): Switched TargetJavaHeaders rules to
depend on the header files instead of the source files. These header
files are generated in a single call to 'javah'. This change prevents
unnecessary regeneration of .h files.
(gen_make.Generator.write): Added code to keep track of dependencies
for new TargetJavaHeaders and TargetJavaClasses rules
PROBLEM WE SOLVE:
- This patch fixes the dependency problems with javahl-java and
javahl-javah by making all .class files dependent on all .java files
- This patch solves the bug behind issue 2039:
<http://subversion.tigris.org/issues/show_bug.cgi?id=2039>
PATCH:
- See my original post:
<http://www.contactor.se/~dast/svn/archive-2004-09/0308.shtml>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 19 07:49:58 2004