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:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-07 13:24:43 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-07 13:24:43 +0300
commitffebee129dd78aa28bb4b41dde0ef972a54876c4 (patch)
tree57d8bbd1d998ce72d552a36e818deb27566ff933 /runtime
parent87a91cef8123c85f37c314ba9d2b7c60837da18a (diff)
* runtime/Makefile.am (uninstall): New.
svn path=/trunk/mono/; revision=37307
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