2023-04-07 12:45:37 -05:00
|
|
|
# needs-git-hash
|
|
|
|
|
|
|
|
include ../tools.mk
|
|
|
|
|
|
|
|
all:
|
2023-04-17 11:53:52 -05:00
|
|
|
$(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9]{4}-[0-9]{2}-[0-9]{2}"
|
|
|
|
$(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9]{4}-[0-9]{2}-[0-9]{2}"
|