projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e54165
)
Top-level Makefile didn't honour OPTIMIZE.
Jarkko Hietaniemi [Sun, 29 Jul 2001 21:18:57 +0000 (21:18 +0000)]
p4raw-id: //depot/perl@11488
Makefile.SH
patch
|
blob
|
blame
|
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