-S is the silent flag, -s is the strip flag.
Yitzchak Scott-Thoennes [Mon, 28 Aug 2000 15:12:55 +0000 (08:12 -0700)]
Subject: [PATCH] Re: [PATCH] make no-install
Message-ID: <nPuq5gzkg2FO092yn@efn.org>

p4raw-id: //depot/perl@6870

Makefile.SH

index 36c990b..5c8991e 100644 (file)
@@ -560,7 +560,7 @@ install-verbose:
        $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
 
 install-silent:
-       $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-s
+       $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
 
 no-install:
        $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n