projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10771e3
)
Define CFLAGS as cflags on VMS as well
OpenSSL_1_0_2-pre-reformat
author
Richard Levitte
<levitte@openssl.org>
Tue, 13 Jan 2015 21:04:58 +0000
(22:04 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 13 Jan 2015 23:14:20 +0000
(
00:14
+0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
makevms.com
patch
|
blob
|
history
diff --git
a/makevms.com
b/makevms.com
index 9624ef2404450a0b5ed62a903441b89dd51e5845..f6b3ff28e4d8a7e9efb8d11e975b64cb78947657 100755
(executable)
--- a/
makevms.com
+++ b/
makevms.com
@@
-651,7
+651,7
@@
$ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
$ CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
$ endif
$!
-$ WRITE H_FILE "#define CFLAGS"
+$ WRITE H_FILE "#define CFLAGS
cflags
"
$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "