Stop logging all the files that are copied all over the place...
authorRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 11:04:09 +0000 (11:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 11:04:09 +0000 (11:04 +0000)
makevms.com

index 903b1e369e7cdd01e2ad62aff96393c9eeebb707..ba2df9232f47c534be997972fdeca0e54c00f16f 100755 (executable)
@@ -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: