You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/07/04 01:44:17 UTC

svn commit: r553022 - /httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile

Author: fuankg
Date: Tue Jul  3 16:44:16 2007
New Revision: 553022

URL: http://svn.apache.org/viewvc?view=rev&rev=553022
Log:
ignore OpenSSL files copy error if files are not present.

Modified:
    httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile?view=diff&rev=553022&r1=553021&r2=553022
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/modules/ssl/NWGNUmakefile Tue Jul  3 16:44:16 2007
@@ -273,8 +273,8 @@
 #
 install :: nlms FORCE
 	copy $(OBJDIR)\mod_ssl.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
-	copy $(subst /,\,$(OSSLLIB))\openssl.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
-	copy $(subst /,\,$(OSSLAPP))\openssl.cnf $(INSTALL)\$(BASEDIR)\bin\*.*
+	-copy $(subst /,\,$(OSSLLIB))\openssl.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
+	-copy $(subst /,\,$(OSSLAPP))\openssl.cnf $(INSTALL)\$(BASEDIR)\bin\*.*
     
 #
 # Any specialized rules here