[Mono-bugs] [Bug 34324][Nor] New - "make; make clean" does not remove all dll- and exe-files
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 Nov 2002 07:16:19 -0000
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 steinar.herland@gecko.no.
http://bugzilla.ximian.com/show_bug.cgi?id=34324
--- shadow/34324 Wed Nov 20 02:16:19 2002
+++ shadow/34324.tmp.16877 Wed Nov 20 02:16:19 2002
@@ -0,0 +1,57 @@
+Bug#: 34324
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: WinXP, cygwin
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: steinar.herland@gecko.no
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: "make; make clean" does not remove all dll- and exe-files
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. cd to the mcs folder
+2. run: make; make clean
+
+Actual Results:
+There are several .exe and .dll files left in the file-system:
+./class/Mono.Data/test/Mono.Data.dll
+./class/Mono.Data.MySql/Mono.Data.MySql/Mono.Data.MySql.dll
+./class/Mono.Data.SqliteClient/Mono.Data.SqliteClient/Mono.Data.SqliteClie
+nt.dll
+./class/Mono.Data.TdsClient/Mono.Data.TdsClient/Mono.Data.TdsClient.dll
+./class/System/Test/System.dll ./class/System.Configuration.Install/Test/S
+ystem.Configuration.Install.dll
+./class/System.Data/Test/Mono.Data.MySql.dll
+./class/System.Data/Test/Mono.Data.SqliteClient.dll
+./class/System.Data/Test/Mono.Data.TdsClient.dll
+./class/System.Runtime.Serialization.Formatters.Soap/Test/System.Runtime.S
+erialization.Formatters.Soap.dll
+
+./class/Mono.Data/test/test.exe
+./class/Mono.Data/test/test.exe.config
+./jay/jay.exe
+./mcs/mcs.exe.config
+./nant/NAnt.exe
+./nant/src/NAnt.exe
+
+
+Expected Results:
+All(?) .dll and .exe files should be removed by make clean
+
+How often does this happen?
+Each time
+
+Additional Information: