-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
18 lines (18 loc) · 779 Bytes
/
run.sh
File metadata and controls
18 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
make clean
export PATH=/usr/local/smlnj/bin:/usr/local:/usr/bin:$PATH
cp src/compiler/backup/codegen/fragments.gmk src/compiler/codegen/fragments.gmk
cp src/compiler/backup/codegen/fragments.sml src/compiler/codegen/fragments.sml
cp src/compiler/backup/cxx-util/fragments.gmk src/compiler/cxx-util/fragments.gmk
cp src/compiler/backup/cxx-util/fragments.sml src/compiler/cxx-util/fragments.sml
cp src/compiler/backup/target-cpu/fragments.gmk src/compiler/target-cpu/fragments.gmk
cp src/compiler/backup/target-cpu/fragments.sml src/compiler/target-cpu/fragments.sml
make clean
make local-install
autoheader -Iconfig
autoconf -Iconfig
./configure --with-teem=/usr/local
make local-install
autoheader -Iconfig
autoconf -Iconfig
./configure --with-teem=/usr/local
make local-install