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-05-23 15:27:42 +0300
committerGitHub <noreply@github.com>2017-05-23 15:27:42 +0300
commitbeb36c6a3174bd05bebac966ce0a62c0fad9f51d (patch)
tree0bc371d4674445c82c20e0c7fb06f83e0224345a /mcs/Makefile
parenta0fc3f4dcf571edc997f53066c09671650e96670 (diff)
Remove outdated info and unused files from mcs/ (#4916)
Most of the removed files weren't touched in the last decade and are unused so it's better to remove them to avoid confusion about what they do. I also went over and removed the most outdated info from readme files, we probably want to do a more thorough overhaul in the future.
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 948ac028b36..2eab28f83ee 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -138,28 +138,6 @@ distcheck: dist-tarball
rm -f before.list after.list distdist.list ; \
rm -rf $(package) InstallTest
-monocharge:
- chargedir=monocharge-`date -u +%Y%m%d` ; \
- mkdir "$$chargedir" ; \
- DESTDIR=`cd "$$chargedir" && pwd` ; \
- $(MAKE) install DESTDIR="$$DESTDIR" || exit 1 ; \
- tar cvjf "$$chargedir".tar.bz2 "$$chargedir" ; \
- rm -rf "$$chargedir"
-
-# A bare-bones monocharge.
-
-monocharge-lite:
- chargedir=monocharge-lite-`date -u +%Y%m%d` ; \
- mkdir "$$chargedir" ; \
- DESTDIR=`cd "$$chargedir" && pwd` ; \
- $(MAKE) -C mcs install DESTDIR="$$DESTDIR" || exit 1; \
- $(MAKE) -C class/corlib install DESTDIR="$$DESTDIR" || exit 1; \
- $(MAKE) -C class/System install DESTDIR="$$DESTDIR" || exit 1; \
- $(MAKE) -C class/System.XML install DESTDIR="$$DESTDIR" || exit 1; \
- $(MAKE) -C class/Mono.CSharp.Debugger install DESTDIR="$$DESTDIR" || exit 1; \
- tar cvjf "$$chargedir".tar.bz2 "$$chargedir" ; \
- rm -rf "$$chargedir"
-
# Targets for creating API diffs of the framework
MONO_API_SNAPSHOT_PATH := $(topdir)../external/api-snapshot/