Author: alexandre
Date: 2005-11-28 12:17:32 -0500 (Mon, 28 Nov 2005)
New Revision: 53564

Modified:
   trunk/mcs/mbas/ChangeLog
   trunk/mcs/mbas/Test/misc/Makefile
Log:
2005-11-28 Jelmer Vernooij <[EMAIL PROTECTED]>
       * Fix to Bugzilla Bug #76476: bash-specific code in
       mbas/Test/misc/Makefile


Modified: trunk/mcs/mbas/ChangeLog
===================================================================
--- trunk/mcs/mbas/ChangeLog    2005-11-28 17:04:36 UTC (rev 53563)
+++ trunk/mcs/mbas/ChangeLog    2005-11-28 17:17:32 UTC (rev 53564)
@@ -1,3 +1,7 @@
+2005-11-28 Jelmer Vernooij <[EMAIL PROTECTED]>
+       * Fix to Bugzilla Bug #76476: bash-specific code in 
+       mbas/Test/misc/Makefile
+       
 2005-11-20 Jelmer Vernooij <[EMAIL PROTECTED]>
        * genericparser.cs,decl.cs,class.cs: allow members with the same name 
        as their enclosing type, just like vbc does

Modified: trunk/mcs/mbas/Test/misc/Makefile
===================================================================
--- trunk/mcs/mbas/Test/misc/Makefile   2005-11-28 17:04:36 UTC (rev 53563)
+++ trunk/mcs/mbas/Test/misc/Makefile   2005-11-28 17:17:32 UTC (rev 53564)
@@ -12,7 +12,7 @@
        $(RUNTIME) $(RUNTIME_FLAGS) --debug WriteOK.exe --sayho /about 
-say:this,that,those /say:what?
 
 WriteOK.exe: $(WRITEOK_SOURCES) Makefile ../../mbas.exe
-       $(BASCOMPILE) --stacktrace --reference=Mono.GetOptions 
-r:System.Data,System.Messaging --main WriteOK $(WRITEOK_SOURCES) &> verbose.log
+       $(BASCOMPILE) --stacktrace --reference=Mono.GetOptions 
-r:System.Data,System.Messaging --main WriteOK $(WRITEOK_SOURCES) 2>&1 > 
verbose.log
        @grep "Compilation" verbose.log
 
 verbose:
@@ -20,15 +20,15 @@
        $(MAKE) LOCAL_MBAS_FLAGS='--verbosegetoptions --verbose --stacktrace' 
WriteOK.exe
 
 aspx_temp.dll: aspx_temp.vb Makefile ../../mbas.exe
-       $(BASCOMPILE) --stacktrace /target:library /r:"System.dll" 
/r:"System.Xml.dll" /r:"System.Data.dll" /r:"System.Web.dll" 
/r:"System.Web.Services.dll" /r:"System.Drawing.dll" -- aspx_temp.vb  &> 
verbose.aspx.log
+       $(BASCOMPILE) --stacktrace /target:library /r:"System.dll" 
/r:"System.Xml.dll" /r:"System.Data.dll" /r:"System.Web.dll" 
/r:"System.Web.Services.dll" /r:"System.Drawing.dll" -- aspx_temp.vb  2>&1 > 
verbose.aspx.log
        @grep "Compilation" verbose.aspx.log
 
 test.exe: test.vb ctest.vb Makefile ../../mbas.exe
-       $(BASCOMPILE) -r:System.Windows.Forms -r:System.Drawing test.vb 
ctest.vb &> verbose.test.log
+       $(BASCOMPILE) -r:System.Windows.Forms -r:System.Drawing test.vb 
ctest.vb 2>&1 > verbose.test.log
        @grep "Compilation" verbose.test.log
 
 gtk.exe: gtk.vb Makefile ../../mbas.exe
-       $(BASCOMPILE) -pkg:gtk-sharp gtk.vb &> verbose.gtk.log
+       $(BASCOMPILE) -pkg:gtk-sharp gtk.vb 2>&1 > verbose.gtk.log
        @grep "Compilation" verbose.gtk.log
 
 profile: $(WRITEOK_SOURCES) Makefile

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to