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:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-03 09:51:50 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-03 09:51:50 +0300
commit78c28e2b3e8592baf95d8da85a7e84ec2b73ebe0 (patch)
tree45c82fc939e33c1de60de01e62c3812677ae29b9 /runtime
parent78532ca0d52cdaf14bab3fee408be38a7db0aa4b (diff)
* Makefile.am (dist-hook): Ensure we use the 'default' profile.
* mono/Makefile.am (HANDLES): New. Disable 'handles' dir on Win32. (SUBDIRS): Use it. Move 'cil' before 'metadata'. * runtime/Makefile.am (install-exec): Pass RUNTIME_HAS_CONSISTENT_GACDIR to the mcs/ build. svn path=/trunk/mono/; revision=36992
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index a11eb6f3692..1944612be07 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -35,7 +35,9 @@ install: install-exec install-data
# override automake
install-exec:
- d=`pwd`; cd $(mcs_topdir) && $(MAKE) RUNTIME=$$d/mono-wrapper prefix=$(exec_prefix) PROFILES='$(build_profiles)' install-profiles
+ d=`pwd`; \
+ cd $(mcs_topdir) && $(MAKE) prefix='$(exec_prefix)' PROFILES='$(build_profiles)' \
+ RUNTIME=$$d/mono-wrapper RUNTIME_HAS_CONSISTENT_GACDIR=yes install-profiles
# override automake
install-data: