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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 68155a88387..164f178132f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ EXTRA_DIST= mono.pc.in mono.spec.in mint.pc.in
# Distribute the 'mcs' tree too
dist-hook:
test -d $(distdir)/mcs || mkdir $(distdir)/mcs
- d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive
+ d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) PROFILE=default distdir=$$d dist-recursive
pkgconfigdir = $(libdir)/pkgconfig
if JIT_SUPPORTED