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:
authorZoltan Varga <vargaz@gmail.com>2008-02-06 00:17:53 +0300
committerZoltan Varga <vargaz@gmail.com>2008-02-06 00:17:53 +0300
commitbe6a64347b3f1f10c1e0761c0f1030291061840a (patch)
treeb653efb0fc48479459a8688076a932fe23718ccb /runtime
parentaa3747bf28d1e327e973dbac5e4da5e8a5b125e2 (diff)
2008-02-05 Zoltan Varga <vargaz@gmail.com>
* runtime/Makefile.am: Update after the changes to mcs/Makefile. svn path=/trunk/mono/; revision=94953
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index ec449c90a39..984f0642c4b 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -33,14 +33,14 @@ if BUILD_MCS
# The write check is to foil 'make distcheck'
all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
# override automake
install: install-exec install-data
# override automake
install-exec: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
# override automake
install-data:
@@ -48,11 +48,11 @@ install-data:
# override automake
uninstall:
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
## mono --wapi=semdel will probably not delete the semaphore if someone is crazy enough to do a 'make -j distclean' :-)
clean-local:
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' clean-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' clean-profiles
-./mono-wrapper --wapi=semdel
-rm -fr $(etctmp) $(tmpinst) .wapi
@@ -68,10 +68,10 @@ test_select = ONLY_CENTUM_TESTS=yes
endif
mcs-do-test-profiles:
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' test-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' test-profiles
mcs-do-run-test-profiles: test-support-files
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' run-test-profiles
+ cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' run-test-profiles
if PLATFORM_WIN32
cur_dir_cmd = cygpath -w -a .