[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:39:20 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 jo.vermeulen at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78289
--- shadow/78289 2006-05-04 09:27:42.000000000 -0400
+++ shadow/78289.tmp.16604 2006-05-04 09:39:20.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 78289
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details: Ubuntu Linux Dapper Drake Beta
-Status: RESOLVED
+Status: NEEDINFO
Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: jo.vermeulen at gmail.com
@@ -84,6 +84,24 @@
ls: MakefileMakefile: No such file or directory
+
+------- Additional Comments From jo.vermeulen at gmail.com 2006-05-04 09:39 -------
+True, but in our Makefile there is a tab before the second line.
+
+So if you try to run a shell script containing:
+
+ls "Makefile"\
+ "Makefile"
+
+with a tab character on the second line (before the "Makefile"
+string), the output is:
+
+$ sh test.sh
+Makefile Makefile
+
+My colleague is running Ubuntu Breezy with mcs version 1.1.10.0, and
+there our Makefile does not suffer from this problem. So it seems this
+must be a make, or a mcs problem.
More information about the mono-bugs
mailing list