rust/tests/run-make/issue-88756-default-output/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
173 B
Makefile
Raw Normal View History

include ../../run-make-fulldeps/tools.mk
2021-09-14 20:28:59 -05:00
all:
2022-06-21 05:05:59 -05:00
$(BARE_RUSTDOC) 2>&1 | sed -E 's@/nightly/|/beta/|/stable/|/1\.[0-9]+\.[0-9]+/@/$$CHANNEL/@g' | diff - output-default.stdout