]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update-fips-checksums: Make the dependency on source list work
authorTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 10:51:14 +0000 (12:51 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 11:02:07 +0000 (13:02 +0200)
Also clean the generated checksums with make clean

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15267)

Configurations/unix-Makefile.tmpl

index c07f8dd748011953ee4a96d6ad0460558a5f32c1..935210941fb8e1efa93325b159102c9540663b57 100644 (file)
@@ -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 )