2023-04-07 19:45:37 +02:00
|
|
|
# needs-git-hash
|
|
|
|
|
|
|
|
include ../tools.mk
|
|
|
|
|
|
|
|
all:
|
2023-04-17 18:53:52 +02: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}"
|