Skip to content

Commit

Permalink
[Depends] Remove unused cargo-checksum.sh script
Browse files Browse the repository at this point in the history
This script became un-necessary with PIVX-Project#2280, but the script file and it's
 reference in the Makefile weren't removed.
  • Loading branch information
Fuzzbawls committed Oct 7, 2021
1 parent 04015f7 commit ec2d592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ endif

all_packages = $(packages) $(native_packages)

meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk cargo-checksum.sh
meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk

$(host_arch)_$(host_os)_native_binutils?=$($(host_os)_native_binutils)
$(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)
Expand Down
13 changes: 0 additions & 13 deletions depends/cargo-checksum.sh

This file was deleted.

0 comments on commit ec2d592

Please sign in to comment.