source: trunk/abcl/make-jar.in @ 11556

Last change on this file since 11556 was 11556, checked in by Mark Evenson, 14 years ago

Fix the Lisp based build system to include with the new Java classes in src/org/armedbear/util.

Fix 'abcl.asd' to work with the ASDF distributed with SBCL/CLISP by
removing obsoleted ':documentation' keywords. ABCL's version of
'asdf.lisp' is really old, so should be replaced.

Add the location of src/org/armedbear/util classes to the auxillary
jar scripts.

  • Property svn:eol-style set to LF
File size: 325 bytes
Line 
1#!/bin/sh
2cd src
3@JAR@ cmf manifest-abcl ../abcl.jar org/armedbear/lisp/*.class
4@JAR@ uf ../abcl.jar org/armedbear/lisp/LICENSE
5@JAR@ uf ../abcl.jar org/armedbear/lisp/*.lisp
6@JAR@ uf ../abcl.jar org/armedbear/lisp/*.abcl
7@JAR@ uf ../abcl.jar org/armedbear/lisp/util/*.class
8find . -name '*.cls' | xargs @JAR@ uf ../abcl.jar
Note: See TracBrowser for help on using the repository browser.