summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2000-08-28 08:12:55 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-28 23:19:30 +0000
commit8d0b21300074dfe03992454e95794924cbdd3d2b (patch)
treeecb9e28fdf1cf6038a33c8823b2daafb6ec77e8d /Makefile.SH
parentf1f338184e4a44fc14036174dbaf0664efde29d6 (diff)
downloadperl-8d0b21300074dfe03992454e95794924cbdd3d2b.tar.gz
-S is the silent flag, -s is the strip flag.
Subject: [PATCH] Re: [PATCH] make no-install Message-ID: <nPuq5gzkg2FO092yn@efn.org> p4raw-id: //depot/perl@6870
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 36c990b55e..5c8991ef93 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