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:
authorMarek Safar <marek.safar@gmail.com>2010-12-16 15:42:29 +0300
committerMarek Safar <marek.safar@gmail.com>2010-12-16 15:42:29 +0300
commit4eaa975aa3d38ed7a1a606b038847165e597a287 (patch)
treea114815eee8651493ac1d970495b07e92bec4bed /mcs/class/aot-compiler
parentde462599f2ba1add41730dfca7f553d021979a2a (diff)
Don't build aot symbols on make dist
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index af2fea01777..dc3a0bd438f 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -19,6 +19,8 @@ mscorlib_aot_image = $(mscorlib_dll)$(PLATFORM_AOT_SUFFIX)
PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
+ifndef SKIP_AOT
+
ifdef PLATFORM_AOT_SUFFIX
Q_AOT=$(if $(V),,@echo "AOT [$(PROFILE)] $(notdir $(@))";)
$(mcs_aot_image): $(mcs_exe)
@@ -43,4 +45,6 @@ endif
endif
+endif
+
dist-local: dist-default