[Mono-bugs] [Bug 78289][Nor] Changed - Line separators in Makefile cause problems for mcs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 09:27:42 EDT 2006


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 vargaz at gmail.com.

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: rharinath at novell.com                            
 ReportedBy: jo.vermeulen at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -68,6 +68,22 @@
 after ->  mcs *.cs Rendering/*.cs \
 
 ------- Additional Comments From jo.vermeulen at gmail.com  2006-05-04 09:06 -------
 Created an attachment (id=16920)
 Makefile which causes the problem
 
+
+------- Additional Comments From vargaz at gmail.com  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
+
+
+
+


More information about the mono-bugs mailing list