projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e54165
)
Top-level Makefile didn't honour OPTIMIZE.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 29 Jul 2001 21:18:57 +0000
(21:18 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 29 Jul 2001 21:18:57 +0000
(21:18 +0000)
p4raw-id: //depot/perl@11488
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
b6c30f9
..
26c765e
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-218,6
+218,8
@@
SHELL = $sh
# how to tr(anslate) newlines
TRNL = '$trnl'
+OPTIMIZE = $optimize
+
!GROK!THIS!
# not used by Makefile but by installperl;
# mentioned here so that metaconfig picks these up