don't try to install Modula-2 libraries for big machines on small machines
This commit is contained in:
parent
e34c870d02
commit
e04d01106a
1 changed files with 12 additions and 0 deletions
12
first/first
12
first/first
|
@ -252,6 +252,18 @@ w
|
|||
q
|
||||
ABC
|
||||
)
|
||||
( cd ../mach
|
||||
: machines with word or pointer size not 2
|
||||
for i in int24 int44 m68020 m68k2 m68k4 mantra ns sun2 sun3 vax4
|
||||
do
|
||||
cp $i/Action $i/Action.orig
|
||||
ed - $i/Action <<ABC
|
||||
/odula-2/,/^end/s/^/!/
|
||||
w
|
||||
q
|
||||
ABC
|
||||
done
|
||||
)
|
||||
;;
|
||||
*) ( cd ../lang/cem/cemcom
|
||||
cp BigPars Parameters
|
||||
|
|
Loading…
Reference in a new issue