[Mono-bugs] [Bug 51666][Maj] Changed - Creating makefrag files fails on OSX
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 16:28:01 -0500 (EST)
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 peter@newton.cx.
http://bugzilla.ximian.com/show_bug.cgi?id=51666
--- shadow/51666 2003-12-04 11:44:19.000000000 -0500
+++ shadow/51666.tmp.13941 2003-12-04 16:28:01.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 51666
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: 10.3.1
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: rshade@dvsconsulting.com
@@ -28,6 +28,19 @@
------- Additional Comments From lupus@ximian.com 2003-12-04 11:44 -------
In many old unix variants -e is not supported and echo doesn't support
escape characters.
The makefiles should probably be changed to just embed the TAB char
instead of \t. Waiting from comments by Peter.
+
+------- Additional Comments From peter@newton.cx 2003-12-04 16:27 -------
+Embedding the tab ought to be fine ... my only complaint is that they
+can get sort of confusing when put in the middle of lines. Overall I
+don't think that's a significant problem.
+
+I was thinking that maybe we can cook up a simple 'perl -e' command we
+can use instead (if the ECHO_ESCAPE test is modified to tell the
+difference between HP/UX echo and OS X echo), but I don't know of any
+super easy way to do that.
+
+If you like the embedded tabs I can see about fixing this myself.
+(Although I won't be able to test it.)