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:
authorZoltan Varga <vargaz@gmail.com>2012-01-17 06:15:14 +0400
committerZoltan Varga <vargaz@gmail.com>2012-01-17 06:15:14 +0400
commit3f43a32f51032ba3b8d0991a33167c69b4379ffb (patch)
treeb5eec04dd5b06fcf8c9b4a9399cf7944c534aef1 /mcs/class/RabbitMQ.Client
parente5fc085aa8b7b9b67e7c4455502b0984f489d2e1 (diff)
Don't delete some RabbitMQ.Client generated files since they are checked in.
Diffstat (limited to 'mcs/class/RabbitMQ.Client')
-rw-r--r--mcs/class/RabbitMQ.Client/docs/specs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/class/RabbitMQ.Client/docs/specs/Makefile b/mcs/class/RabbitMQ.Client/docs/specs/Makefile
index 41dd4fa6f51..ea9bdd9ea3c 100644
--- a/mcs/class/RabbitMQ.Client/docs/specs/Makefile
+++ b/mcs/class/RabbitMQ.Client/docs/specs/Makefile
@@ -9,15 +9,16 @@ $(PROFILE)-api-0-9.cs: amqp0-9.stripped.xml
$(PROFILE)-api-0-8.cs: amqp0-8.stripped.xml
MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $^ $@
-
+
$(PROFILE)-api-qpid-0-8.cs: qpid-amqp.0-8.stripped.xml
MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $^ $@
install-local:
+# These are checked in, so they shouldn't be deleted
clean-local:
rm -f $(PROFILE)-api*.cs
-
+
test-local:
run-test-local: