Hello,

Here is a patch for Makefile.org that prevents the overwriting of man pages with 
symlinks due to Darwin's
case insensitive file system.

Joe




--- Makefile.org.bak    Thu Oct 14 10:27:19 2004
+++ Makefile.org        Thu Oct 14 10:27:51 2004
@@ -845,7 +845,7 @@
        @pod2man="`cd util; ./pod2mantest $(PERL)`"; \
        here="`pwd`"; \
        filecase=; \
-       if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" ]; then \
+       if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = 
"darwin-ppc-cc" ]; then \
                filecase=-i; \
        fi; \
        for i in doc/apps/*.pod; do \



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to