Ver Fonte

2005-07-16 Ben Maurer <[email protected]>

	* Makefile: Make sure that tests use the same flags as the
	assembly itself. Also, unverbosify warnings.


svn path=/trunk/mcs/; revision=47361
Ben Maurer há 20 anos atrás
pai
commit
7224fe63b2
2 ficheiros alterados com 7 adições e 0 exclusões
  1. 5 0
      mcs/class/System.Web/ChangeLog
  2. 2 0
      mcs/class/System.Web/Makefile

+ 5 - 0
mcs/class/System.Web/ChangeLog

@@ -1,3 +1,8 @@
+2005-07-16  Ben Maurer  <[email protected]>
+
+	* Makefile: Make sure that tests use the same flags as the
+	assembly itself. Also, unverbosify warnings.
+
 2005-07-01  Lluis Sanchez Gual <[email protected]>
 
 	* System.Web.dll.sources: Added MembershipSection.cs

+ 2 - 0
mcs/class/System.Web/Makefile

@@ -60,6 +60,8 @@ LIB_MCS_FLAGS = \
 	$(OTHER_LIB_MCS_FLAGS) \
 	$(OTHER_RES:%=/resource:%)
 
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:219
+
 EXTRA_DISTFILES = $(RESOURCE_FILES)
 
 include ../../build/library.make