summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-output-path/Makefile
AgeCommit message (Collapse)AuthorLines
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+1
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-0/+4
Currently rustdoc will fail if passed `-o foo/doc` if the `foo` directory doesn't exist. Also remove unneeded `mkdir` as `create_dir_all` can now handle concurrent invocations.