From 4f07317ffa0c3d22c324fbc6350dc975cb06a29a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 27 Feb 2000 11:04:09 +0000 Subject: [PATCH] Stop logging all the files that are copied all over the place... --- makevms.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.34.1