[Monodevelop-patches-list] r806 - trunk/MonoDevelop

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sat Feb 7 14:08:28 EST 2004


Author: tberman
Date: 2004-02-07 14:08:28 -0500 (Sat, 07 Feb 2004)
New Revision: 806

Modified:
   trunk/MonoDevelop/Makefile
Log:
we should automagic this build soon, this is just getting insane.


Modified: trunk/MonoDevelop/Makefile
===================================================================
--- trunk/MonoDevelop/Makefile	2004-02-07 18:03:37 UTC (rev 805)
+++ trunk/MonoDevelop/Makefile	2004-02-07 19:08:28 UTC (rev 806)
@@ -75,6 +75,9 @@
 clean:
 	find ./build/ -name '*.dll' | xargs rm -f
 	find ./build/ -name '*.exe' | xargs rm -f
+	find . -name '*.so' | xargs rm -f
+	find . -name '*.o' | xargs rm -f
+	find . -name 'generated-stamp' | xargs rm -f
 
 # Should change when IDE starts working
 run: runmd




More information about the Monodevelop-patches-list mailing list