aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-10-28 16:06:04 -0700
committerPatrick Walton <[email protected]>2010-10-28 16:06:04 -0700
commitc2480a3d60afece7cd8b7908027bdd12e3688b6a (patch)
treea77559873c8b37c0245516c82a5757438d31c6ad /src
parentAllow just the bootstrap LLVM backend to be disabled with NO_OCAML_LLVM=1 (diff)
downloadrust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.tar.xz
rust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.zip
Remove debug print message from the makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
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)