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:
d9fcd8e
)
RT 2820: Case-insensitive filenames on Darwin
author
Jim Reid
<jim@rfc1035.com>
Mon, 11 Aug 2014 19:06:54 +0000
(15:06 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Mon, 11 Aug 2014 19:06:54 +0000
(15:06 -0400)
Add darwin-*-cc as one of the systems for case-insensitive
filenames. Fixes the manpage install so it doesn't create
looping symlinks.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 590da9752e5403795b897bc4c090103a84b09f28..19900d500d985379918895042cdb6119e90c926b 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-735,7
+735,7
@@
install_docs:
@pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
- case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*) \
+ case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*
|darwin-*-cc
) \
filecase=-i; \
esac; \
set -e; for i in doc/apps/*.pod; do \