From: ceriel Date: Wed, 18 Dec 1991 17:26:52 +0000 (+0000) Subject: do not install peephole optimizer libs when not installing fast compilers X-Git-Tag: release-5-5~525 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d0179d6790def3ccca1cffec305a463ef2ce1986;p=ack.git do not install peephole optimizer libs when not installing fast compilers --- diff --git a/first/limit_impl b/first/limit_impl index 5df6ad131..042cf9632 100755 --- a/first/limit_impl +++ b/first/limit_impl @@ -165,6 +165,7 @@ fi if [ $DO_FAST = n ] then ed - $CONFIG/Action <<'EOF' +/^name "Peephole optimizer lib/;/^end/s/^/!/ /^name "Fast/;$s/^/!/ w q