[mono/monomac] 61e1c097: Makefile: update clean target

"Aaron Bockover ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014189e3be73-e44bb7ab-ac34-4366-8371-02fd6d6318c6-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monomac
  Compare: https://github.com/mono/monomac/compare/3511b1630b78...61e1c0974d3c

   Commit: 61e1c0974d3c63f21d313966f1c7d823107dda96
   Author: Aaron Bockover <[email protected]> (abock)
     Date: 2013-10-05 18:30:10 GMT
      URL: https://github.com/mono/monomac/commit/61e1c0974d3c63f21d313966f1c7d823107dda96

Makefile: update clean target

Changed paths:
  M src/Makefile

Modified: src/Makefile
===================================================================
@@ -233,7 +233,9 @@ MonoMac.CFNetwork.dll: $(CFNETWORK_SOURCES) $(TARGET)
 	mcs -debug -target:library -define:MONOMAC -r:System.Net.Http -r:$(TARGET) -out:MonoMac.CFNetwork.dll $(CFNETWORK_SOURCES)
 
 clean:
-	rm -f $(TARGETS) core.dll
+	rm -f $(foreach t,$(TARGETS) core.dll temp.dll,$(t) $(t).mdb)
+	rm -f generated_sources
+	rm -f SupportDelegates.g.cs
 
 all: $(TARGET) $(ASYNC_TARGETS)
 


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.