mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Remove the .new suffix inside the fips.checksum.new
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15263)
This commit is contained in:
parent
91a05d6590
commit
8f3683cda1
@ -1264,7 +1264,7 @@ tags TAGS: FORCE
|
|||||||
-ctags -R .
|
-ctags -R .
|
||||||
-etags `find . -name '*.[ch]' -o -name '*.pm'`
|
-etags `find . -name '*.[ch]' -o -name '*.pm'`
|
||||||
|
|
||||||
fips-checksums: generate_fips_sources
|
providers/fips.checksum.new: generate_fips_sources
|
||||||
@which unifdef > /dev/null || \
|
@which unifdef > /dev/null || \
|
||||||
( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
|
( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
|
||||||
false )
|
false )
|
||||||
@ -1274,7 +1274,9 @@ fips-checksums: generate_fips_sources
|
|||||||
| xargs ./util/fips-checksums.sh ) \
|
| xargs ./util/fips-checksums.sh ) \
|
||||||
> providers/fips-sources.checksums.new \
|
> providers/fips-sources.checksums.new \
|
||||||
&& sha256sum providers/fips-sources.checksums.new \
|
&& sha256sum providers/fips-sources.checksums.new \
|
||||||
> providers/fips.checksum.new
|
| sed -e 's|\.new||' > providers/fips.checksum.new
|
||||||
|
|
||||||
|
fips-checksums: providers/fips.checksum.new
|
||||||
|
|
||||||
$(SRCDIR)/providers/fips.checksum: providers/fips.checksum.new
|
$(SRCDIR)/providers/fips.checksum: providers/fips.checksum.new
|
||||||
cp -p providers/fips.module.sources.new $(SRCDIR)/providers/fips.module.sources
|
cp -p providers/fips.module.sources.new $(SRCDIR)/providers/fips.module.sources
|
||||||
|
Loading…
Reference in New Issue
Block a user