diff options
| author | Patrick Walton <[email protected]> | 2010-10-28 16:06:04 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-10-28 16:06:04 -0700 |
| commit | c2480a3d60afece7cd8b7908027bdd12e3688b6a (patch) | |
| tree | a77559873c8b37c0245516c82a5757438d31c6ad /src | |
| parent | Allow just the bootstrap LLVM backend to be disabled with NO_OCAML_LLVM=1 (diff) | |
| download | rust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.tar.xz rust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.zip | |
Remove debug print message from the makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 17813584..be66a82d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -694,8 +694,6 @@ compile-check: tidy \ endif -$(info $(TEST_RPASS_EXES_SELF)) - ALL_TEST_CRATES += $(TEST_CFAIL_CRATES_SELF) \ $(TEST_RFAIL_CRATES_SELF) \ $(TEST_RPASS_CRATES_SELF) |