build 459 B

12345678910111213141516171819
  1. #!/bin/csh -f
  2. # build --- Build REDUCE.
  3. # Author: Anthony C. Hearn.
  4. # This script is designed to build a complete set of REDUCE fast loading
  5. # modules from source alone. It should be used when the existing set of
  6. # fast loading files is so corrupted that files can not be recompiled
  7. # from an existing LISP, or a new REDUCE implementation is needed.
  8. # First make basic REDUCE image
  9. $reduce/util/dbuild
  10. # Now compile all fasl files
  11. $reduce/util/xbuild