* Makefile: build the net_1_1 and net_2_0 profiles by
authorJackson Harper <jackson@novell.com>
Thu, 29 Apr 2004 01:01:17 +0000 (01:01 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 29 Apr 2004 01:01:17 +0000 (01:01 -0000)
          default.

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

mcs/ChangeLog
mcs/Makefile

index 311c33bdb1deb9e25005e0c11ba188663b2958b7..232e71ba49a45c83cc6e3c14849ff9a34469d412 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile: build the net_1_1 and net_2_0 profiles by default.
+       
 2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
 
        * INSTALL.txt: Fixed, autogen should be autogen.sh
index 95600a6364cabb5058c5bcd10fe1265a475e895d..28172fcbc6869f0bee752cef6c4ade79f0092379 100644 (file)
@@ -5,7 +5,13 @@ include build/rules.make
 
 # Define these ourselves to that the platform checks come first
 
-all: platform-check profile-check all-recursive #all-local
+#all: platform-check profile-check all-recursive #all-local
+
+all:
+       $(MAKE) all-profile PROFILE=default || exit 1; \
+       $(MAKE) all-profile PROFILE=net_2_0 || exit 1;
+
+all-profile: platform-check profile-check all-recursive
 
 install: platform-check profile-check install-recursive #install-local