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
parent87a91cef8123c85f37c314ba9d2b7c60837da18a (diff)
* runtime/Makefile.am (uninstall): New.
svn path=/trunk/mono/; revision=37307
-rw-r--r--ChangeLog4
-rw-r--r--runtime/Makefile.am6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71692022143..8ee2fea6c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-07 Raja R Harinath <rharinath@novell.com>
+
+ * runtime/Makefile.am (uninstall): New.
+
2004-12-06 Zoltan Varga <vargaz@freemail.hu>
* configure.in: Disable -Wcast-align on sparc.
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