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>2009-06-30 19:15:17 +0400
committerRaja R Harinath <harinath@hurrynot.org>2009-06-30 19:15:17 +0400
commit82673840c5301e2b8cebe7acf28393279d9862dc (patch)
tree70c950d310f4a470faa56cad0758707373622cca /mcs/errors
parentfc4f26369883b966f31dc3bc100baa01cd56563d (diff)
* errors/Makefile (run-test-local): Make parallel-make safe.
svn path=/trunk/mcs/; revision=137151
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/ChangeLog4
-rw-r--r--mcs/errors/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 471c30eeb8a..6362b225827 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-18 Raja R Harinath <harinath@hurrynot.org>
+
+ * Makefile (run-test-local): Make parallel-make safe.
+
2009-06-17 Marek Safar <marek.safar@gmail.com>
* Makefile: Keep at least one target usable for me.
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 53513a0b67b..678b03306a0 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -53,7 +53,8 @@ check: run-mcs-tests
test-local:
@:
-run-test-local: clean-local run-mcs-tests
+run-test-local: clean-local
+ $(MAKE) run-mcs-tests
test-everything:
$(MAKE) PROFILE=net_1_1 run-test