Skip to content

Commit

Permalink
(basic_SUBDIRS): New.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=35881
  • Loading branch information
harinath committed Nov 9, 2004
1 parent 824e434 commit b1ebd33
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions mcs/.cvsignore
@@ -0,0 +1 @@
semantic.cache
4 changes: 4 additions & 0 deletions 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> 2004-11-04 Raja R Harinath <rharinath@novell.com>


* Makefile (net_1_1_bootstrap_SUBDIRS): New. * Makefile (net_1_1_bootstrap_SUBDIRS): New.
Expand Down
8 changes: 4 additions & 4 deletions mcs/Makefile
Expand Up @@ -3,10 +3,10 @@ thisdir := .
SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs
DIST_ONLY_SUBDIRS := gmcs DIST_ONLY_SUBDIRS := gmcs


bootstrap_dirs := class basic_SUBDIRS := jay mcs class
net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) net_1_1_bootstrap_SUBDIRS := jay mcs class
net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs) net_2_0_bootstrap_SUBDIRS := class
net_2_0_SUBDIRS := gmcs class tests errors tools net_2_0_SUBDIRS := jay gmcs class tests errors tools


ifdef TEST_SUBDIRS ifdef TEST_SUBDIRS
$(PROFILE)_SUBDIRS := $(TEST_SUBDIRS) $(PROFILE)_SUBDIRS := $(TEST_SUBDIRS)
Expand Down
1 change: 1 addition & 0 deletions mcs/class/.cvsignore
@@ -1 +1,2 @@
lib lib
semantic.cache
4 changes: 4 additions & 0 deletions 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> 2004-11-04 Raja R Harinath <rharinath@novell.com>


* Makefile (net_1_1_bootstrap_SUBDIRS): New. * Makefile (net_1_1_bootstrap_SUBDIRS): New.
Expand Down
1 change: 1 addition & 0 deletions mcs/class/Makefile
Expand Up @@ -10,6 +10,7 @@ bootstrap_dirs := \
System \ System \
$(MONO_CSHARP_DEBUGGER) $(MONO_CSHARP_DEBUGGER)


basic_SUBDIRS := corlib System
net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs)
net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs) net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)


Expand Down

0 comments on commit b1ebd33

Please sign in to comment.