diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2010-10-28 16:06:04 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2010-10-28 16:06:04 -0700 |
| commit | c2480a3d60afece7cd8b7908027bdd12e3688b6a (patch) | |
| tree | a77559873c8b37c0245516c82a5757438d31c6ad /src/Makefile | |
| parent | 7303b8e1150e06661d05c7196540cf24bf089d8c (diff) | |
| download | rust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.tar.gz rust-c2480a3d60afece7cd8b7908027bdd12e3688b6a.zip | |
Remove debug print message from the makefile
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 17813584ad7..be66a82de3a 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) |
