Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-17 16:43:13 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-17 16:43:13 +0300
commit1ae5120a51569910f7c9b743c1ed73fa2b807ed5 (patch)
tree3bb023a66df1de8968ca6a7447bca58161cde57f /mcs/errors/Makefile
parentd7303ee6a7c3eb0d432f4db649fa5cf50ef75682 (diff)
* Makefile (run-mcs-tests, run-generics.tests): Don't remove
*.junk here. (clean-local): Remove them here. * do-tests.pl: Fix some perl warnings. svn path=/trunk/mcs/; revision=37881
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 422c423a54f..a1121e4e138 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -51,12 +51,10 @@ test-everything:
run-mcs-tests:
-rm -f $(TEST_PROFILE).log
@./do-tests.pl $(TEST_PROFILE) "$(CSCOMPILE)" "cs*.cs" 2>&1 | tee $(TEST_PROFILE).log
- @rm -f $(TEST_PROFILE)*.junk
run-generics-tests:
-rm -f generics.log
- @ ./do-tests.pl generics "$(GENERICS_COMPILE)" "gcs*.cs" 2>&1 | tee generics.log
- @rm -f generics*.junk
+ @./do-tests.pl generics "$(GENERICS_COMPILE)" "gcs*.cs" 2>&1 | tee generics.log
test-multi-local:
@ failed=false; \
@@ -83,11 +81,7 @@ test-multi-local:
fi
clean-local:
- rm -f *.exe
- rm -f *.dll
- rm -f *.log
- rm -f *.mdb
- rm -f dummy.xml
+ rm -f *.exe *.dll *.log *.mdb dummy.xml *.junk
dist-local: dist-default