diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-14 19:42:12 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-14 19:42:12 -0700 |
| commit | d9cc4cb81b91e5d1735ef6c14e181e41247c9314 (patch) | |
| tree | 09dc2e16b61badf5a3b689f28494e8f4ea8e5377 | |
| parent | f634ab45bc698cb0fcb39e713227643563791af1 (diff) | |
| download | rust-d9cc4cb81b91e5d1735ef6c14e181e41247c9314.tar.gz rust-d9cc4cb81b91e5d1735ef6c14e181e41247c9314.zip | |
Revert "Add fuzzer as part of 'all' standard build target so people know when it breaks."
Try to put out windows tinderbox. The librustc build rules don't seem to work there yet. This reverts commit ce6a77e24e066f4158b1d6b2c15d619994587884.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a57ccd12e1d..bf2a8e0b418 100644 --- a/Makefile.in +++ b/Makefile.in @@ -199,7 +199,6 @@ all: rt/$(CFG_RUNTIME) \ stage1/intrinsics.bc \ stage1/lib/glue.o \ stage1/rustc$(X) \ - stage1/fuzzer$(X) \ else @@ -214,7 +213,6 @@ all: rt/$(CFG_RUNTIME) \ stage1/intrinsics.bc \ stage1/lib/glue.o \ stage1/rustc$(X) \ - stage1/fuzzer$(X) \ stage2/lib/$(CFG_STDLIB) \ stage2/intrinsics.bc \ stage2/lib/glue.o \ |
