Sometimes, the value of the variable containing the compiler call can
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:28:38 +0000 (08:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:28:38 +0000 (08:28 +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 546e5f8c182c5352be7fae3227c0bbf650653cd4..b03c44535c7e5ad70abd7aeb48c7d5dbeadd681f 100644 (file)
@@ -1086,7 +1086,7 @@ $ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
 $!
 $! Show user the result
 $!
 $!
 $! 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
 $!
 $!
 $! Special Threads For OpenVMS v7.1 Or Later
 $!
index fa787867a5bd985d1878075f2d8bcacb0c6f1c58..7fb5b4e9163b0c57facbf5f4cf93a2306b85dbf2 100644 (file)
@@ -1328,7 +1328,7 @@ $   CC4 = CC - CCDISABLEWARNINGS + CC4DISABLEWARNINGS
 $!
 $!  Show user the result
 $!
 $!
 $!  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.
 $!
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!
@@ -1359,7 +1359,7 @@ $ IF ARCH .EQS. "AXP" THEN MACRO = "MACRO/MIGRATION/''DEBUGGER'/''MACRO_OPTIMIZE
 $!
 $!  Show user the result
 $!
 $!
 $!  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.
 $!
 $!
 $! Time to check the contents, and to make sure we get the correct library.
 $!
index 1f1921e16254a0e8b4a2c720a1d0fcc1942d4efe..d6829a8d64552c955912352d5fba21fced2cc643 100644 (file)
@@ -1067,7 +1067,7 @@ $   ENDIF
 $!
 $!  Show user the result
 $!
 $!
 $!  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.
 $!
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!
index 66d79a21a1daaf852df8451d2ac861f52fc243e9..0026cf003f9105afc9db6b623b6cd39e5323793a 100644 (file)
@@ -888,7 +888,7 @@ $   CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
 $!
 $!  Show user the result
 $!
 $!
 $!  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.
 $!
 $!
 $!  Else The User Entered An Invalid Arguement.
 $!