Build culevel in basic as well
authorMarek Safar <marek.safar@gmail.com>
Wed, 29 Dec 2010 14:16:56 +0000 (14:16 +0000)
committerMarek Safar <marek.safar@gmail.com>
Wed, 29 Dec 2010 14:16:56 +0000 (14:16 +0000)
mcs/Makefile
mcs/tools/Makefile
mcs/tools/culevel/Makefile

index 7de9fffa7f2f806d8db6c07bbd685e9176713379..99d143abf37296a80e666028ecf9bd7b7ca6c597 100644 (file)
@@ -3,13 +3,13 @@ thisdir := .
 SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs
 
 basic_SUBDIRS := build jay mcs class tools
-net_2_0_SUBDIRS := build tools/culevel class nunit24 ilasm tools tests errors mcs
+net_2_0_SUBDIRS := build class nunit24 ilasm tools tests errors mcs
 moonlight_raw_SUBDIRS := build class tools mcs
 moonlight_SUBDIRS := tools
 monodroid_SUBDIRS := build class mcs
 monotouch_SUBDIRS := build class mcs
 net_3_5_SUBDIRS := build class tools/xbuild
-net_4_0_SUBDIRS := build tools/culevel class nunit24 ilasm tools tests errors docs mcs
+net_4_0_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs
 
 # List of test subdirs that should pass 100%
 centum_tests := \
index 1212eb179edde1117ae266741e9da46b68a7cc40..0d8e482c720f09f2f56d9a0bd956c31c0da80d2e 100644 (file)
@@ -52,7 +52,7 @@ net_2_0_dirs := \
 moonlight_dirs := \
        compiler-tester
 
-basic_SUBDIRS = gacutil resgen security
+basic_SUBDIRS = gacutil resgen security culevel
 net_2_0_SUBDIRS := $(basic_SUBDIRS) $(net_2_0_dirs)
 moonlight_raw_SUBDIRS := $(moonlight_dirs)
 moonlight_SUBDIRS := $(moonlight_dirs)
index cd0d44614c643485738bad614a524fbefff38859..a3cd396206188ceb803b6bf2db96e83e489158e5 100644 (file)
@@ -7,8 +7,4 @@ PROGRAM = $(topdir)/class/lib/$(PROFILE)/culevel.exe
 
 CLEAN_FILES = culevel.exe culevel.exe.mdb
 
-ifeq (net_2_0_bootstrap, $(PROFILE))
-all-local: $(topdir)/class/lib/$(PROFILE)/culevel.exe
-endif
-
 include ../../build/executable.make