summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-27 09:18:05 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-27 09:18:05 +0000
commitb3b35df2a2d9f7353de1e241f1723dc239041cd3 (patch)
tree93300e4be62d60bb0077e8bad53e3f463dae9223 /makevms.com
parent5ad50246fc18d6f86341704db7c7152c628ece1c (diff)
Cosmetic changes, including changing a confusing example.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com10
1 files changed, 3 insertions, 7 deletions
diff --git a/makevms.com b/makevms.com
index 9fda190f41..4b34450402 100755
--- a/makevms.com
+++ b/makevms.com
@@ -38,7 +38,7 @@ $!
$! Speficy DEBUG or NODEBUG as P3 to compile with or without debugging
$! information.
$!
-$! Specify which compiler at P4 to try to compile under.
+$! Specify which compiler as P4 to try to compile under.
$!
$! VAXC For VAX C.
$! DECC For DEC C.
@@ -268,7 +268,7 @@ $ ENDIF
$ IF ARCH .NES. "VAX"
$ THEN
$!
-$! Write the Alpha specific data
+$! Write the non-VAX specific data
$!
$ WRITE H_FILE "#if defined(HEADER_RC4_H)"
$ WRITE H_FILE "#undef RC4_INT"
@@ -347,10 +347,6 @@ $! End
$!
$ ENDIF
$!
-$! There are many places where this is needed.
-$!
-$!!! WRITE H_FILE "#define _XOPEN_SOURCE_EXTENDED"
-$!
$! Close the [.CRYPTO.<ARCH>]OPENSSLCONF.H file
$!
$ CLOSE H_FILE
@@ -757,7 +753,7 @@ $!
$ WRITE SYS$OUTPUT ""
$ WRITE SYS$OUTPUT "USAGE: @MAKEVMS.COM [Target] [not-used option] [Debug option] <Compiler>"
$ WRITE SYS$OUTPUT ""
-$ WRITE SYS$OUTPUT "Example: @MAKEVMS.COM ALL NORSAREF NODEBUG "
+$ WRITE SYS$OUTPUT "Example: @MAKEVMS.COM ALL """" NODEBUG "
$ WRITE SYS$OUTPUT ""
$ WRITE SYS$OUTPUT "The Target ",P1," Is Invalid. The Valid Target Options Are:"
$ WRITE SYS$OUTPUT ""