SCM Repository
Diff of /sml/branches/SMLNJ/src/system/makeml
Parent Directory
|
Revision Log
|
Patch
revision 417, Fri Sep 3 23:51:27 1999 UTC | revision 475, Wed Nov 10 22:59:58 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/bin/sh | #!/bin/sh |
2 | # | # |
3 | ||
ALLOC=1M | ||
4 | ||
5 | ARCH=sparc | ARCH=sparc |
6 | OPSYS=solaris | OPSYS=solaris |
# | Line 35 | Line 34 |
34 | fi | fi |
35 | fi | fi |
36 | ||
37 | # | |
38 | # Allocation size: This snippet should be kept consistent with that | |
39 | # in config/install.sh | |
40 | # | |
41 | case $ARCH in | |
42 | mips*) ALLOC=1M ;; | |
43 | x86) | |
44 | ALLOC=256k | |
45 | ;; | |
46 | alpha32) | |
47 | ALLOC=512k | |
48 | ;; | |
49 | *) | |
50 | ALLOC=512k | |
51 | ;; | |
52 | esac | |
53 | ||
54 | while [ "$#" != "0" ] | while [ "$#" != "0" ] |
55 | do | do |
56 | arg=$1; shift | arg=$1; shift |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |