summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b28e6d4e8e..e6c9cc66e9 100755
--- a/build.xml
+++ b/build.xml
@@ -561,7 +561,8 @@ TODO:
<if><isset property="locker.skip"/><then>
<echo message="Using STARR to build the quick stage (skipping locker)."/>
<path id="locker.compiler.path" refid="starr.compiler.path"/>
- <!-- this is cheating, but should be close enough: -->
+ <!-- this is cheating (we don't know the classpath used to build starr)
+ but should be close enough: -->
<path id="locker.compiler.build.path" refid="starr.compiler.path"/>
<property name="locker.locked" value="locker skipped"/></then>
<else>