Make output from openssl version -f consistent with previous versions
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
b1ffc6ca1c
commit
2d2671790e
@ -64,7 +64,7 @@ fips: cryptlib.o thr_id.o uid.o $(CPUID_OBJ)
|
|||||||
done;
|
done;
|
||||||
|
|
||||||
buildinf.h: ../Makefile
|
buildinf.h: ../Makefile
|
||||||
$(PERL) $(TOP)/util/mkbuildinf.pl "$(CFLAGS)" "$(PLATFORM)" >buildinf.h
|
$(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h
|
||||||
|
|
||||||
x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
|
x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
|
||||||
$(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
$(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
||||||
|
@ -836,7 +836,7 @@ open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h";
|
|||||||
printf OUT <<EOF;
|
printf OUT <<EOF;
|
||||||
#ifdef $platform_cpp_symbol
|
#ifdef $platform_cpp_symbol
|
||||||
/* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
|
/* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
|
||||||
#define CFLAGS "$cc $cflags"
|
#define CFLAGS "compiler: $cc $cflags"
|
||||||
#define PLATFORM "$platform"
|
#define PLATFORM "$platform"
|
||||||
EOF
|
EOF
|
||||||
printf OUT " #define DATE \"%s\"\n", scalar gmtime();
|
printf OUT " #define DATE \"%s\"\n", scalar gmtime();
|
||||||
|
Loading…
Reference in New Issue
Block a user