From: Yitzchak Scott-Thoennes Date: Mon, 28 Aug 2000 15:12:55 +0000 (-0700) Subject: -S is the silent flag, -s is the strip flag. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d0b21300074dfe03992454e95794924cbdd3d2b;p=p5sagit%2Fp5-mst-13.2.git -S is the silent flag, -s is the strip flag. Subject: [PATCH] Re: [PATCH] make no-install Message-ID: p4raw-id: //depot/perl@6870 --- diff --git a/Makefile.SH b/Makefile.SH index 36c990b..5c8991e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -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