Sfoglia il codice sorgente

(basic_SUBDIRS): New.

svn path=/trunk/mcs/; revision=35881
Raja R Harinath 21 anni fa
parent
commit
b1ebd3393a
6 ha cambiato i file con 15 aggiunte e 4 eliminazioni
  1. 1 0
      mcs/.cvsignore
  2. 4 0
      mcs/ChangeLog
  3. 4 4
      mcs/Makefile
  4. 1 0
      mcs/class/.cvsignore
  5. 4 0
      mcs/class/ChangeLog
  6. 1 0
      mcs/class/Makefile

+ 1 - 0
mcs/.cvsignore

@@ -0,0 +1 @@
+semantic.cache

+ 4 - 0
mcs/ChangeLog

@@ -1,3 +1,7 @@
+2004-11-09  Raja R Harinath  <[email protected]>
+
+	* Makefile (basic_SUBDIRS): New.
+
 2004-11-04  Raja R Harinath  <[email protected]>
 
 	* Makefile (net_1_1_bootstrap_SUBDIRS): New.

+ 4 - 4
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)

+ 1 - 0
mcs/class/.cvsignore

@@ -1 +1,2 @@
 lib
+semantic.cache

+ 4 - 0
mcs/class/ChangeLog

@@ -1,3 +1,7 @@
+2004-11-09  Raja R Harinath  <[email protected]>
+
+	* Makefile (basic_SUBDIRS): New.
+
 2004-11-04  Raja R Harinath  <[email protected]>
 
 	* Makefile (net_1_1_bootstrap_SUBDIRS): New.

+ 1 - 0
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)