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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 15:37:55 -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 rshade@dvsconsulting.com.

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

--- shadow/51666	2003-12-03 15:37:54.000000000 -0500
+++ shadow/51666.tmp.3050	2003-12-03 15:37:54.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 51666
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 10.3.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rshade@dvsconsulting.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Creating makefrag files fails on OSX
+
+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".