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-05-14 09:36:34 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-14 09:36:34 +0400
commit669391d0a116a94ea2be976f54233dcc0b342b19 (patch)
treead2adac51a8779c279b3fbd001056435984c2b1f /Makefile.am
parent98d7031f106b621e7b48b89b8f8ad841f6cb666b (diff)
Revert unlogged unexplained changes.
(stage3): Make 'all-profiles' since the mono source tarball carries all the net_2_0 preview dlls. svn path=/trunk/mono/; revision=27339
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 44cf3a8dc6b..30dec0c5984 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,6 @@ stage1-mcs:
cd $(mcs_topdir)/mcs && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
cd $(mcs_topdir)/class/corlib && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
cd $(mcs_topdir)/class/System && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB" MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
- cd $(mcs_topdir)/class/System.XML && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB" MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
# Build enough of 'mono' to run the stage1 mcs.exe
stage1-mono: $(CONFIG_HEADER)
@@ -73,7 +72,7 @@ stage2: stage1
stage3: stage2
tmpinst=`cd _tmpinst && pwd` ; \
PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
- cd $(mcs_topdir) && $(MAKE)
+ cd $(mcs_topdir) && $(MAKE) all-profiles
-rm -fr _tmpinst
tmpinst-dir:
@@ -82,7 +81,7 @@ tmpinst-dir:
mkdir -p $$tmpinst $$tmpinst/bin $$tmpinst/lib ; \
echo '#! /bin/sh' > $$tmpinst/bin/mono ; \
echo 'if test -z "$$MONO_PATH" ; then MONO_PATH="'"$$tmpinst/lib"'"' >> $$tmpinst/bin/mono ; \
- echo 'else MONO_PATH="'"$$tmpinst/lib"'":$${MONO_PATH} ; fi' >> $$tmpinst/bin/mono ; \
+ echo 'else MONO_PATH=$${MONO_PATH}:"'"$$tmpinst/lib"'" ; fi' >> $$tmpinst/bin/mono ; \
echo 'export MONO_PATH' >> $$tmpinst/bin/mono ; \
echo 'exec "'"$$rootme/libtool"'" --mode=execute "'"$$rootme/$(mono_runtime)"'" "$$@"' >> $$tmpinst/bin/mono ; \
echo '#! /bin/sh' > $$tmpinst/bin/mcs ; \