The branch master has been updated via a3c86ce9e8923bb7e5ba3e69eae17aac04dbc76d (commit) from 4639772523e5cb979722483b9374e0c275afde7d (commit)
- Log ----------------------------------------------------------------- commit a3c86ce9e8923bb7e5ba3e69eae17aac04dbc76d Author: Tomas Mraz <to...@openssl.org> Date: Thu May 13 12:51:14 2021 +0200 update-fips-checksums: Make the dependency on source list work Also clean the generated checksums with make clean Reviewed-by: Matt Caswell <m...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15267) ----------------------------------------------------------------------- Summary of changes: Configurations/unix-Makefile.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index c07f8dd748..935210941f 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -569,6 +569,7 @@ clean: libclean $(RM) core $(RM) tags TAGS doc-nits cmd-nits md-nits $(RM) -r test/test-runs + $(RM) providers/fips*.new $(RM) openssl.pc libcrypto.pc libssl.pc -find . -type l \! -name '.*' -exec $(RM) {} \; @@ -1261,7 +1262,7 @@ tags TAGS: FORCE -ctags -R . -etags `find . -name '*.[ch]' -o -name '*.pm'` -providers/fips.checksum.new: generate_fips_sources +providers/fips.checksum.new: providers/fips.module.sources.new @which unifdef > /dev/null || \ ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \ false )