From: ceriel Date: Mon, 2 May 1988 11:05:54 +0000 (+0000) Subject: don't try to install Modula-2 libraries for big machines on small machines X-Git-Tag: release-5-5~3286 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e04d01106a5961417344a44145c8d2b11ca68bdc;p=ack.git don't try to install Modula-2 libraries for big machines on small machines --- diff --git a/first/first b/first/first index 1b07bca8a..18c4847f6 100755 --- a/first/first +++ b/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 <