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:
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 76690a9eb33..3f981f77aba 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -426,6 +426,11 @@ $(build_files:%=lib/build/%):
dist-monolite: $(monolite_files) lib/$(monolite_dir)/mcs.exe
+package-monolite-latest:
+ MONOLITE=monolite-$(MONO_CORLIB_VERSION)-latest; \
+ $(MAKE) dist-monolite monolite_dir=$$MONOLITE; \
+ tar zcvpf $$MONOLITE.tar.gz --directory=lib $$MONOLITE/
+
dist-default: dist-monolite
dist-local: dist-default