diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-08 16:50:12 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-10 10:40:14 +0200 |
| commit | 24d96fa5234c8fbd037b5f1da62f0811363a95ac (patch) | |
| tree | d6575caf90a4107b81ce6880fbea7ebf1598d7fb /tests/run-make/rustdoc-output-path/Makefile | |
| parent | 98dabb622ad758f681ebbee1f4f797cd17de30c4 (diff) | |
| download | rust-24d96fa5234c8fbd037b5f1da62f0811363a95ac.tar.gz rust-24d96fa5234c8fbd037b5f1da62f0811363a95ac.zip | |
Migrate `run-make/rustdoc-output-path` to rmake
Diffstat (limited to 'tests/run-make/rustdoc-output-path/Makefile')
| -rw-r--r-- | tests/run-make/rustdoc-output-path/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/run-make/rustdoc-output-path/Makefile b/tests/run-make/rustdoc-output-path/Makefile deleted file mode 100644 index 8f5cda9e56e..00000000000 --- a/tests/run-make/rustdoc-output-path/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../tools.mk - -all: - $(RUSTDOC) -o "$(TMPDIR)/foo/bar/doc" foo.rs |
