[Mono-bugs] [Bug 51666][Maj] Changed - Creating makefrag files fails on OSX

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 22:17:36 -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 gonzalo@ximian.com.

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

--- shadow/51666	2003-12-03 15:54:26.000000000 -0500
+++ shadow/51666.tmp.6164	2003-12-03 22:17:36.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 51666
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 10.3.1
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rshade@dvsconsulting.com               
@@ -19,6 +19,10 @@
 Creating makefrag files (such as corlib.dll.makefrag) fails under OSX because echo -e is not 
 being used.  This results in the characters "\ttouch" being placed at the end of the file instead 
 of a tab character followed by the command touch.
 
 Whether to use "echo -e" or "echo" is determined in mcs/build/config-default.make.  The check 
 for HP/UX is causing ECHO_ESCAPE to be set to "echo".
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-03 22:17 -------
+What does 'echo -e foo' produce in HP/UX?
+