Artifact 3c7d0cffaf7221b0e2d2fe6af1529d4c65faee97106484d5c25852b95fb44af6:
- Executable file
r38/util/build.psl
— 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: 469) [annotate] [blame] [check-ins using] [more...]
#!/bin/csh -f # build.psl --- Build PSL REDUCE. # Author: Anthony C. Hearn. setenv lisp psl # First make basic REDUCE executable. cat $reduce/util/reduce.psl \ | sed "s|reducevar|$reduce|g" | sed "s/MACHINEvar/$MACHINE/g" \ > $reduce/reduce.psl chmod 755 $reduce/reduce.psl if !( -e $reduce/lisp/psl/$MACHINE/red/reduce.img ) then $reduce/util/dbuild.psl endif # Now compile all new source files (and make a standard executable). $reduce/util/remake