[armedbear-cvs] r11679 - trunk/abcl

Erik Huelsmann ehuelsmann at common-lisp.net
Sun Feb 22 15:35:07 UTC 2009


Author: ehuelsmann
Date: Sun Feb 22 15:35:06 2009
New Revision: 11679

Log:
Add some comments.

Modified:
   trunk/abcl/build-abcl.lisp

Modified: trunk/abcl/build-abcl.lisp
==============================================================================
--- trunk/abcl/build-abcl.lisp	(original)
+++ trunk/abcl/build-abcl.lisp	Sun Feb 22 15:35:06 2009
@@ -425,7 +425,9 @@
 
 (defun clean ()
   (dolist (f (list (list *build-root* "abcl.jar" "abcl.bat" "make-jar.bat"
-                                      "compile-system.bat")
+                         "compile-system.bat")
+                   ;; as of 0.14 'compile-system.bat' isn't created anymore
+                   ;; as of 0.14 'abcl.jar' is always created in dist/
                    (list *abcl-dir* "*.class" "*.abcl" "*.cls"
                                     "native.h" "libabcl.so" "build")
                    (list (merge-pathnames "build/classes/org/armedbear/lisp/"




More information about the armedbear-cvs mailing list