Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
577d5680
Commit
577d5680
authored
Aug 18, 2013
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
build: 'abcl.stage' now includes invoking 'abcl.copy.lisp' to stage build for packaging.
parent
d8db0c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
577d5680
...
...
@@ -252,7 +252,7 @@ For help on the automatic tests available, use the Ant target 'help.test'.
value=
"${build.classes.dir}/org/armedbear/lisp/system.lisp"
/>
<target
name=
"abcl.compile.lisp"
depends=
"abcl.
copy.lisp
,abcl.compile.java,abcl.system.update.maybe,abcl.fasls.uptodate"
depends=
"abcl.
stage
,abcl.compile.java,abcl.system.update.maybe,abcl.fasls.uptodate"
unless=
"abcl.fasls.uptodate.p"
>
<abcl.compile.lisp/>
</target>
...
...
@@ -291,7 +291,7 @@ from ${abcl.home.dir}
<property
name=
"abcl.compile.lisp.debug.jvmarg"
value=
"-agentlib:jdwp=transport=dt_socket,server=y,address=6789,suspend=y"
/>
<target
name=
"abcl.compile.lisp.debug"
depends=
"abcl.
copy.lisp
,abcl.compile.java,abcl.system.update.maybe,abcl.fasls.uptodate"
depends=
"abcl.
stage
,abcl.compile.java,abcl.system.update.maybe,abcl.fasls.uptodate"
unless=
"abcl.fasls.uptodate.p"
>
<echo>
Debugging with jvmarg ${abcl.compile.lisp.debug.jvmarg}
</echo>
<abcl.compile.lisp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment