Don't define an empty CFLAGS, it's much more honest not to defined it at all.
Make sure to remove any [.CRYTO]BUILDINF.H so it doesn't get used instead of [.CRYPTO._''ARCH'BUILDINF.H
This commit is contained in:
parent
bf5adc9be4
commit
97027f7fb3
1 changed files with 6 additions and 1 deletions
|
@ -581,7 +581,7 @@ $ TIME = F$TIME()
|
|||
$!
|
||||
$! Write The [.CRYPTO._xxx]BUILDINF.H File.
|
||||
$!
|
||||
$ WRITE H_FILE "#define CFLAGS """" /* Not filled in for now */"
|
||||
$! WRITE H_FILE "#define CFLAGS """" /* Not filled in for now */"
|
||||
$ WRITE H_FILE "#define PLATFORM ""VMS ''ARCH' ''VMS_VERSION'"""
|
||||
$ WRITE H_FILE "#define DATE ""''TIME'"" "
|
||||
$!
|
||||
|
@ -593,6 +593,11 @@ $! Purge The [.CRYPTO._xxx]BUILDINF.H File.
|
|||
$!
|
||||
$ PURGE SYS$DISK:[.CRYPTO._'ARCH']BUILDINF.H
|
||||
$!
|
||||
$! Delete [.CRYPTO]BUILDINF.H File, as there might be some residue from Unix.
|
||||
$!
|
||||
$ IF F$SEARCH("[.CRYPTO]BUILDINF.H") .NES. "" THEN -
|
||||
DELETE SYS$DISK:[.CRYPTO]BUILDINF.H;*
|
||||
$!
|
||||
$! That's All, Time To RETURN.
|
||||
$!
|
||||
$ RETURN
|
||||
|
|
Loading…
Reference in a new issue