From: ceriel Date: Fri, 4 Sep 1992 09:22:11 +0000 (+0000) Subject: fix: DO_FAST was not set properly X-Git-Tag: release-5-5~400 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a708a52667f3c7ddbf248d26173769e41854eda4;p=ack.git fix: DO_FAST was not set properly --- diff --git a/first/first b/first/first index 7453b5ca8..0f2e91999 100755 --- a/first/first +++ b/first/first @@ -161,6 +161,15 @@ do Xn*) . $FDIR/get_sysvax LIMIT=n DO_MACHINE_INDEP=y + DO_FAST=n + if [ $TARGET_HOME = $UTIL_HOME ] + then + case $ACM in + sun3|m68020|i386|vax*) + DO_FAST=y + ;; + esac + fi break ;; *) echo "I do not understand your answer ($ANS). Try again."