svn path=/trunk/mono/; revision=37307
@@ -1,3 +1,7 @@
+2004-12-07 Raja R Harinath <[email protected]>
+
+ * runtime/Makefile.am (uninstall): New.
2004-12-06 Zoltan Varga <[email protected]>
* configure.in: Disable -Wcast-align on sparc.
@@ -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