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
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <RKvinge@novell.com>2011-02-08 03:07:42 +0300
committerRolf Bjarne Kvinge <RKvinge@novell.com>2011-02-08 03:08:09 +0300
commitb36f4c2dd900ff2df7223a8e6986d363fc1003b3 (patch)
tree57decf16e05b605262ff9d2411435c22abaf8385 /runtime/Makefile.am
parentf25db7a7948e42ffd223fbaba5a36bb2bf8ff26e (diff)
Moonlight build: use system tools to compile. This means we don't need a bootstrapping profile either
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f7d508c2db0..d1072450db4 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -26,16 +26,10 @@ SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
if MOONLIGHT
moon-do-basic: Makefile $(SUPPORT_FILES)
- cd $(mcs_topdir)/class/Mono.Cecil && $(MAKE) PROFILE=basic
- cd $(mcs_topdir)/class/Mono.Cecil.Mdb && $(MAKE) PROFILE=basic
- cd $(mcs_topdir)/tools/linker && $(MAKE) PROFILE=basic
- cd $(mcs_topdir)/tools/tuner && $(MAKE) PROFILE=basic
+ cd $(mcs_topdir)/ && $(MAKE) NO_DIR_CHECK=1 PROFILE=moonlight_raw
moon-do-basic-clean:
- cd $(mcs_topdir)/class/Mono.Cecil && $(MAKE) PROFILE=basic clean
- cd $(mcs_topdir)/class/Mono.Cecil.Mdb && $(MAKE) PROFILE=basic clean
- cd $(mcs_topdir)/tools/linker && $(MAKE) PROFILE=basic clean
- cd $(mcs_topdir)/tools/tuner && $(MAKE) PROFILE=basic clean
+ cd $(mcs_topdir)/ && $(MAKE) NO_DIR_CHECK=1 PROFILE=moonlight_raw clean
endif
if ONLY_MOONLIGHT