Changeset 22528 for misc/elfish/on_sbcl/Makefile
- Timestamp:
- 10/07/08 21:28:28 (3 months ago)
- Files:
-
- 1 modified
-
misc/elfish/on_sbcl/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/elfish/on_sbcl/Makefile
r22522 r22528 11 11 ${ELF} -I ${ELFDIR} EmitSBCL.pm -x -o elfcl Elf_SBCL.pm 12 12 time ${SBCL} --eval '(compile-file "elfcl")' --eval '(quit)' >& elfcl.out 13 chmod a+x elfcl 13 14 14 15 have_parser_cache:
