From: Richard Levitte Date: Sun, 27 Feb 2000 11:04:09 +0000 (+0000) Subject: Stop logging all the files that are copied all over the place... X-Git-Tag: OpenSSL_0_9_5beta2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f07317ffa0c3d22c324fbc6350dc975cb06a29a;p=oweals%2Fopenssl.git Stop logging all the files that are copied all over the place... --- diff --git a/makevms.com b/makevms.com index 903b1e369e..ba2df9232f 100755 --- a/makevms.com +++ b/makevms.com @@ -407,9 +407,9 @@ $ IF D .EQS. "," THEN GOTO LOOP_SDIRS_END $ tmp = EXHEADER_'D' $ IF D .EQS. "" $ THEN -$ COPY [.CRYPTO]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] /LOG +$ COPY [.CRYPTO]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ELSE -$ COPY [.CRYPTO.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] /LOG +$ COPY [.CRYPTO.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ENDIF $ GOTO LOOP_SDIRS $ LOOP_SDIRS_END: