Hide boostrap compiler for people looking for mcs.exe
[mono.git] / mcs / build / Makefile
index 7a32d2b6049af6774421744f96bee248dde0edbe..b6d41e0c05fa2d35726e59fd7b4af627b6c0795b 100644 (file)
@@ -4,7 +4,7 @@ include ../build/rules.make
 
 BUILT_FILES = common/Consts.cs
 
-all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
+all-local install-local test-local run-test-local csproj-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
        @:
 
 clean-local:
@@ -17,13 +17,10 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
 PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
-       net_2_0_bootstrap \
+       build \
        net_2_0 \
-       net_2_1_bootstrap \
-       net_2_1_raw \
-       net_2_1 \
+       moonlight_raw \
        net_3_5 \
-       net_4_0_bootstrap \
        net_4_0 
 
 COMMON_SRCS = \
@@ -40,6 +37,7 @@ DISTFILES = \
        corcompare.make                 \
        corcompare-api.xsl              \
        executable.make                 \
+       gensources.sh                   \
        library.make                    \
        nunit-summary.xsl               \
        rules.make                      \