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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-16 22:02:21 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-16 23:38:31 +0300
commit622840da567b4d705a4e997b2a5dbfba3838588d (patch)
tree1de75879b1ceb6c3d79db763527404dfca926fdd
parentc0dd559ee445a7f24f6866894e5771718dc71e9b (diff)
Move target for creating monolite package to Mono
-rw-r--r--mcs/class/.gitignore1
-rw-r--r--mcs/class/Makefile5
2 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/.gitignore b/mcs/class/.gitignore
index 7890bf0fef5..4da3ed027ec 100644
--- a/mcs/class/.gitignore
+++ b/mcs/class/.gitignore
@@ -1,2 +1,3 @@
/lib
/compat/
+monolite-*.tar.gz
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index fa9e99d722d..3016300230e 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -425,6 +425,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