repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.0.11.20: fix with-pinned-objects stack corruption potential
[sbcl.git]
/
contrib
/
vanilla-module.mk
blob
41c17716c8f784f36b608e1d944e8f008c7520c2
1
2
$(
MODULE
)
.fasl
: $(
MODULE
)
.lisp ..
/
..
/
output
/
sbcl.core
3
$(
SBCL
) --
eval
'(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "$(MODULE)" "$(MODULE)"))'
</
dev
/
null
4
5
test
:: $(
MODULE
)
.fasl
6
7
install
:
8
cp
$(
MODULE
)
.fasl
"$(BUILD_ROOT)$(INSTALL_DIR)"