From a3c86ce9e8923bb7e5ba3e69eae17aac04dbc76d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 13 May 2021 12:51:14 +0200 Subject: update-fips-checksums: Make the dependency on source list work Also clean the generated checksums with make clean Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/15267) --- Configurations/unix-Makefile.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Configurations') 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 ) -- cgit v1.2.3