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 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index df54e44b83e..7f40f0e180c 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -43,6 +43,12 @@ install-exec:
install-data:
@:
+# override automake
+uninstall:
+ d=`pwd`; \
+ cd $(mcs_topdir) && $(MAKE) prefix='$(exec_prefix)' PROFILES='$(build_profiles)' \
+ RUNTIME=$$d/mono-wrapper RUNTIME_HAS_CONSISTENT_GACDIR=yes uninstall-profiles
+
clean-local:
-rm -fr $(symlinks)
d=`pwd`; cd $(mcs_topdir) && $(MAKE) PROFILES='$(clean_profiles)' clean-profiles