From e04d01106a5961417344a44145c8d2b11ca68bdc Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 May 1988 11:05:54 +0000 Subject: [PATCH] don't try to install Modula-2 libraries for big machines on small machines --- first/first | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 <