Revert r104184 - changing the default profile to net_2_0 is not enough.
authorMarek Habersack <grendel@twistedcode.net>
Wed, 28 May 2008 23:43:02 +0000 (23:43 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 28 May 2008 23:43:02 +0000 (23:43 -0000)
There is no way to build libraries for the 1.x profiles outside the main build
once that change is applied (i.e. make PROFILE=net_1_0 or make PROFILE=net_1_1
don't work, as class/lib/ doesn't contain the net_1_0 or net_1_1 directories).
That makes testing changes to the 1.1 profile more tedious than it should be.

svn path=/trunk/mcs/; revision=104351

mcs/build/ChangeLog
mcs/build/rules.make

index e16e31a1dffee0018af9bcd651074d1655953afb..9ded8c8bfdf82035b568591e31ab6e09251e867b 100644 (file)
@@ -3,10 +3,6 @@
        * executable.make ($(PROGRAM_config)): Depend on directory
        creation stamp.
 
-2008-05-27  Zoltan Varga  <vargaz@gmail.com>
-
-       * rules.make (PROFILE): Make the 2.0 profile the default.
-
 2008-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * library.make: hidden -bootstrap option for gacutil is no longer
index 684f93708a81319d36a51f8f929efba29ce1a8e8..88de436c882d4600a13d6bfa1cbc50990c2d7acb 100644 (file)
@@ -89,7 +89,7 @@ endif
 # Rest of the configuration
 
 ifndef PROFILE
-PROFILE = net_2_0
+PROFILE = default
 endif
 
 include $(topdir)/build/profiles/$(PROFILE).make