[Assorted-commits] SF.net SVN: assorted: [485] simple-build/trunk/src/build-templates/java
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-24 06:39:55
|
Revision: 485 http://assorted.svn.sourceforge.net/assorted/?rev=485&view=rev Author: yangzhang Date: 2008-02-23 22:40:00 -0800 (Sat, 23 Feb 2008) Log Message: ----------- some notes Modified Paths: -------------- simple-build/trunk/src/build-templates/java Modified: simple-build/trunk/src/build-templates/java =================================================================== --- simple-build/trunk/src/build-templates/java 2008-02-24 06:35:03 UTC (rev 484) +++ simple-build/trunk/src/build-templates/java 2008-02-24 06:40:00 UTC (rev 485) @@ -39,6 +39,11 @@ fi endif +# TODO: figure out a way to specify the actual set of updated files so as to +# deal with scalac's inability to invalidate class files that are older than +# their corresponding source files (GNU make has an auto-var that does this, +# but that would require adjusting the following dependencies) + $(JAR): $(SRCS) mkdir -p $(CLASSDIR) $(COMPILER) $< This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |