Selaa lähdekoodia

* runtime/Makefile.am (uninstall): New.

svn path=/trunk/mono/; revision=37307
Raja R Harinath 21 vuotta sitten
vanhempi
sitoutus
ffebee129d
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 4 0
      ChangeLog
  2. 6 0
      runtime/Makefile.am

+ 4 - 0
ChangeLog

@@ -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.

+ 6 - 0
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