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 [EMAIL PROTECTED]

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

--- shadow/78289        2006-05-04 09:06:11.000000000 -0400
+++ shadow/78289.tmp.16337      2006-05-04 09:27:42.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78289
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Ubuntu Linux Dapper Drake Beta
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -68,6 +68,22 @@
 after ->  mcs *.cs Rendering/*.cs \
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-05-04 09:06 -------
 Created an attachment (id=16920)
 Makefile which causes the problem
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-05-04 09:27 -------
+This is not a mono/mcs bug. make concatenates the two lines separated
+without a line separator without adding a space to it, so you have to
+add a space yourself.
+
+  ls "Makefile"\
+  "Makefile"
+
+would also fail:
+
+ls: MakefileMakefile: No such file or directory
+
+
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to