This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f3381
)
-S is the silent flag, -s is the strip flag.
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Mon, 28 Aug 2000 15:12:55 +0000
(08:12 -0700)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 28 Aug 2000 23:19:30 +0000
(23:19 +0000)
Subject: [PATCH] Re: [PATCH] make no-install
Message-ID: <nPuq5gzkg2FO092yn@efn.org>
p4raw-id: //depot/perl@6870
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
36c990b
..
5c8991e
100644
(file)
--- 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