diff options
| author | William Throwe <wtt6@cornell.edu> | 2015-10-01 23:05:25 -0400 |
|---|---|---|
| committer | William Throwe <wtt6@cornell.edu> | 2015-10-03 17:20:45 -0400 |
| commit | e3df5192258fba79f58a86d1fdcda5f38a816028 (patch) | |
| tree | e335884ff7c81b7e174ac8e4b3037f343fbdf114 /src/rustllvm/RustWrapper.cpp | |
| parent | 54f7b1d455915794ab000448799c5092c57535c1 (diff) | |
| download | rust-e3df5192258fba79f58a86d1fdcda5f38a816028.tar.gz rust-e3df5192258fba79f58a86d1fdcda5f38a816028.zip | |
Fix run-make/bare-outfile test
The reason this was not failing is fascinating. The variable $(rustc) is empty, so the make recipe was expanded as " -o foo foo.rs". make interpreted this as an instruction to run the command "o foo foo.rs" and ignore any failure that occurred, because it uses a leading '-' on a command to signal that behavior.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
