summaryrefslogtreecommitdiff
path: root/com/cmu/build-xlib
blob: df6eb0541622ef9c0827e83b3bd88c892e71745b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/csh
#
# build-xlib -- recompile the xlib stuff
#
#
cd $Y2
setenv CLXFILE /net/nebula/homes/systems/hcompile/cmu/lib/subsystems/clx-library.sparcf
setenv LIBRARYBIN $Y2/progs/lib/bin/cmu
rm $LIBRARYBIN/xlib*.sparcf
bin/cmu-haskell <<EOF
:(setf ext:*bytes-consed-between-gcs* 8000000)
:(load "\$CLXFILE")
:(setf *code-quality* 3)
:compile \$HASKELL_LIBRARY/X11/xlib
EOF