Sometimes, the value of the variable containing the compiler call can
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:29:58 +0000 (08:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:29:58 +0000 (08:29 +0000)
become rather large.  This becomes a problem when the default 1024
character large buffer that WRITE uses isn't enough.  WRITE/SYMBOL
uses a 2048 byte large buffer instead.

apps/makeapps.com
crypto/crypto-lib.com
ssl/ssl-lib.com
test/maketests.com

index fe55369843e7e5b76bcdf687e60680731907e41a..411beea872214f2ecf967864d61d4fbee3cb902d 100644 (file)
@@ -1077,7 +1077,7 @@ $ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
 $!
 $! Show user the result
 $!
-$ WRITE SYS$OUTPUT "Main Compiling Command: ",CC
+$ WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC
 $!
 $! Special Threads For OpenVMS v7.1 Or Later
 $!
index fc6c00f1e1a9c588a96ea3acd45e21e148d87656..08dc4a67794ad52db03787e38e8a4ef216d9a2be 100644 (file)
@@ -1326,7 +1326,7 @@ $   CC4 = CC - CCDISABLEWARNINGS + CC4DISABLEWARNINGS
 $!
 $!  Show user the result
 $!
-$   WRITE SYS$OUTPUT "Main C Compiling Command: ",CC
+$   WRITE/SYMBOL SYS$OUTPUT "Main C Compiling Command: ",CC
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!
@@ -1357,7 +1357,7 @@ $ IF ARCH .EQS. "AXP" THEN MACRO = "MACRO/MIGRATION/''DEBUGGER'/''MACRO_OPTIMIZE
 $!
 $!  Show user the result
 $!
-$   WRITE SYS$OUTPUT "Main MACRO Compiling Command: ",MACRO
+$   WRITE/SYMBOL SYS$OUTPUT "Main MACRO Compiling Command: ",MACRO
 $!
 $! Time to check the contents, and to make sure we get the correct library.
 $!
index 7d2836478d3ee732a8e6715ad95b00fee7d63baa..44ea1bb979428cb9aba491e37ced060cfae66ad3 100644 (file)
@@ -1089,7 +1089,7 @@ $   ENDIF
 $!
 $!  Show user the result
 $!
-$   WRITE SYS$OUTPUT "Main Compiling Command: ",CC
+$   WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!
index 3d1b208ddcff33cfec8170d31e17817a8faf556e..c2f81c5c1b8ef0fa7ab08be227d1bb381c0b70b7 100644 (file)
@@ -906,7 +906,7 @@ $   CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
 $!
 $!  Show user the result
 $!
-$   WRITE SYS$OUTPUT "Main Compiling Command: ",CC
+$   WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!