Artifact 436223f3c9f6b848f92670f139cde1470d2709b7a80aeccdfbcb4d57c04f5219:
- Executable file
r37/lisp/csl/util/makeall
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 721) [annotate] [blame] [check-ins using] [more...]
#!/bin/sh # makeall # re-builds absolutely everything, inclusing doing a re-profile # of REDUCE to select what should be compiled into C. This should only # be required after MAJOR changes in the source. # Note that you will need to have made a suitable Makefile available, # eg by going something like # ln -s ../util/Makefile.xxx Makefile # for xxx matching the computer you are using. make slowr37 ../util/boot37 ../util/profile cp profile.dat ../csl-c rm profile.dat ../util/c-code37 make r37 # the bits from here down are cheaper and are all that is usually needed ../util/full37 ../util/testall ../util/checkall # log/checkall.log and log/times.log should now be up to date.