Macfasl.sh 312 B

1234567891011121314
  1. #! /bin/bash -v
  2. # This tries to make a PSL compiler that will generate FASL files, ie
  3. # it should support the idiom
  4. # (faslout 'foo) (dskin "file") (faslend)
  5. # and create a file called "foo.b".
  6. make psl OPT="-O0 -g"
  7. script Macfasl.log <<XXX
  8. ./vsl xxxfasl.lsp -Dmachine=macintel64 -o Macfasl.img
  9. exit $?
  10. XXX