projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0894315
)
pass $PERL on make files.
author
Ulf Möller
<ulf@openssl.org>
Sat, 8 May 1999 10:40:01 +0000
(10:40 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 8 May 1999 10:40:01 +0000
(10:40 +0000)
Makefile.org
patch
|
blob
|
history
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 560051481b4decfef2c603d17106fdb0bbcccaaa..8c36768a779c6476d8e1d7d29d4b0c4e8a83979d 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-237,7
+237,7
@@
files:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making 'files' in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' files ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}'
PERL='${PERL}'
files ) || exit 1; \
done;
links:
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 38013619abf4f47b75e54769b85700a74741acd7..15b1f11b4e9b56ce4c8082411583c45e6d3ccb1a 100644
(file)
--- a/
crypto/Makefile.ssl
+++ b/
crypto/Makefile.ssl
@@
-64,7
+64,7
@@
files:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making 'files' in crypto/$$i..."; \
- $(MAKE) files ); \
+ $(MAKE)
PERL='${PERL}'
files ); \
done;
links: