(basic_SUBDIRS): New.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 9 Nov 2004 10:38:52 +0000 (10:38 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 9 Nov 2004 10:38:52 +0000 (10:38 -0000)
svn path=/trunk/mcs/; revision=35881

mcs/.cvsignore [new file with mode: 0644]
mcs/ChangeLog
mcs/Makefile
mcs/class/.cvsignore
mcs/class/ChangeLog
mcs/class/Makefile

diff --git a/mcs/.cvsignore b/mcs/.cvsignore
new file mode 100644 (file)
index 0000000..6cf7816
--- /dev/null
@@ -0,0 +1 @@
+semantic.cache
index 395df575b02e525830386b0dd16810d9f5de34d0..0e41d8c94bf04e8e28765f3fc2657f9b8f7009bb 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-09  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (basic_SUBDIRS): New.
+
 2004-11-04  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (net_1_1_bootstrap_SUBDIRS): New.
index cdc526c608c8c8e55121d5e487759b33c7cd310e..37f665ba64ad16e2637d7b4e9276380c55e546a9 100644 (file)
@@ -3,10 +3,10 @@ thisdir := .
 SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs
 DIST_ONLY_SUBDIRS := gmcs
 
-bootstrap_dirs := class
-net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs)
-net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
-net_2_0_SUBDIRS := gmcs class tests errors tools
+basic_SUBDIRS := jay mcs class
+net_1_1_bootstrap_SUBDIRS := jay mcs class
+net_2_0_bootstrap_SUBDIRS := class
+net_2_0_SUBDIRS := jay gmcs class tests errors tools
 
 ifdef TEST_SUBDIRS
 $(PROFILE)_SUBDIRS := $(TEST_SUBDIRS)
index a65b41774ad52b3cc7b60496d35eaafc5da4bb16..4694a1aa97d7105f576680bd0d1f9b9429febe04 100644 (file)
@@ -1 +1,2 @@
 lib
+semantic.cache
index ddc5bd8facb80afbd0cfc5dc0c652d321057c5a6..9269ff0103da12fb4351017455554ac35b28a811 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-09  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (basic_SUBDIRS): New.
+
 2004-11-04  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (net_1_1_bootstrap_SUBDIRS): New.
index 9ed671ba33990cda5aa84fa6572a947ddd1c6715..3571c94dcf62c69a5789be13c52f8a2c4f71ba69 100644 (file)
@@ -10,6 +10,7 @@ bootstrap_dirs := \
        System                                  \
        $(MONO_CSHARP_DEBUGGER)
 
+basic_SUBDIRS := corlib System
 net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs)
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)