Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-11-09 13:38:52 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-09 13:38:52 +0300
commitb1ebd3393abe04f2af9a96af6587da64952468ca (patch)
tree7c6da3b0a84280566ebc843d15d6d25cafd50104 /mcs
parent824e434072d1d29a8c87601310032eb46001f911 (diff)
(basic_SUBDIRS): New.
svn path=/trunk/mcs/; revision=35881
Diffstat (limited to 'mcs')
-rw-r--r--mcs/.cvsignore1
-rw-r--r--mcs/ChangeLog4
-rw-r--r--mcs/Makefile8
-rw-r--r--mcs/class/.cvsignore1
-rw-r--r--mcs/class/ChangeLog4
-rw-r--r--mcs/class/Makefile1
6 files changed, 15 insertions, 4 deletions
diff --git a/mcs/.cvsignore b/mcs/.cvsignore
new file mode 100644
index 00000000000..6cf78161dc9
--- /dev/null
+++ b/mcs/.cvsignore
@@ -0,0 +1 @@
+semantic.cache
diff --git a/mcs/ChangeLog b/mcs/ChangeLog
index 395df575b02..0e41d8c94bf 100644
--- a/mcs/ChangeLog
+++ b/mcs/ChangeLog
@@ -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.
diff --git a/mcs/Makefile b/mcs/Makefile
index cdc526c608c..37f665ba64a 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -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)
diff --git a/mcs/class/.cvsignore b/mcs/class/.cvsignore
index a65b41774ad..4694a1aa97d 100644
--- a/mcs/class/.cvsignore
+++ b/mcs/class/.cvsignore
@@ -1 +1,2 @@
lib
+semantic.cache
diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog
index ddc5bd8facb..9269ff0103d 100644
--- a/mcs/class/ChangeLog
+++ b/mcs/class/ChangeLog
@@ -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.
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 9ed671ba339..3571c94dcf6 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -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)