[Mono-bugs] [Bug 34324][Cos] Changed - "make; make clean" does not remove all dll- and exe-files
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 8 Jan 2003 18:58:52 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34324
--- shadow/34324 Wed Nov 20 12:26:05 2002
+++ shadow/34324.tmp.18966 Wed Jan 8 18:58:52 2003
@@ -1,13 +1,13 @@
Bug#: 34324
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details: WinXP, cygwin
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: steinar.herland@gecko.no
QAContact: mono-bugs@ximian.com
@@ -56,6 +56,20 @@
Additional Information:
------- Additional Comments From martin@ximian.com 2002-11-20 07:39 -------
We also need to remove the *.dbg files on `make clean'.
+
+------- Additional Comments From duncan@ximian.com 2003-01-08 18:58 -------
+This is mostly fixed.
+
+diphthong:~/Mono/mcs $ make clean
+ ....
+diphthong:~/Mono/mcs $ find ./ -name *.dbg
+diphthong:~/Mono/mcs $ find ./ -name *.dll
+./class/Mono.Data/test/Mono.Data.dll
+./mbas/Mono.GetOptions.dll
+diphthong:~/Mono/mcs $ find ./ -name *.exe
+./class/Mono.Data/test/test.exe
+./mbas/mbas.exe
+./nant/src/NAnt.exe