[Mono-bugs] [Bug 24144] Changed - --recurse does not work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 May 2002 21:12: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 joe@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24144

--- shadow/24144	Mon May  6 01:22:04 2002
+++ shadow/24144.tmp.12384	Tue May  7 17:12:19 2002
@@ -1,13 +1,13 @@
 Bug#: 24144
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joe@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -26,7 +26,23 @@
 ------- Additional Comments From miguel@ximian.com  2002-05-06 01:22 -------
 You have to use 
 
 mcs --recurse '*.cs', otherwise the pattern becomes the names
 of the file in the current directory.
 
+
+
+------- Additional Comments From joe@ximian.com  2002-05-07 17:12 -------
+caedes:/cvs/mono/gtk-sharp/glib$ PATH=/opt/mono/bin:$PATH mcs --unsafe
+--target library -o glib-sharp.dll --recurse *.cs
+RESULT: 0
+caedes:/cvs/mono/gtk-sharp/glib$ ls -l *.dll
+-rw-rw-r--    1 joe      joe          8192 May  7 17:13 glib-sharp.dll
+
+vs.
+
+caedes:/cvs/mono/gtk-sharp/glib$ PATH=/opt/mono/bin:$PATH mcs --unsafe
+--target library -o glib-sharp.dll *.cs generated/*.cs
+RESULT: 0
+caedes:/cvs/mono/gtk-sharp/glib$ ls -l *.dll
+-rw-rw-r--    1 joe      joe         26624 May  7 17:13 glib-sharp.dll