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:
authorMiguel de Icaza <miguel@gnome.org>2004-01-08 05:29:24 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-01-08 05:29:24 +0300
commit3628e8b23315c48f360ba92bbf84fc62895a45ad (patch)
treea25e52ce8f2828a9502d82abd1991d16172a1a6a /Makefile.am
parentff7e15504fb84720600ce91d656ee4892b6f8333 (diff)
Small update from Peter's posting
svn path=/trunk/mono/; revision=21834
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e603fb791f4..b695a2c36c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,8 @@ fullbuild: remove-binaries mcs-tree-safe-build xinstall-runtime mcs-rest install
mcs-tree-safe-build:
(cd ../mcs/jay; $(MAKE))
- (cd ../mcs/mcs; $(MAKE) MCS=mcs)
- (cd ../mcs/class/corlib; $(MAKE) MCS=mcs)
+ (cd ../mcs/mcs; $(MAKE) MCS=mcs BOOTSTRAP_MCS=mcs)
+ (cd ../mcs/class/corlib; $(MAKE) MCS=mcs BOOTSTRAP_MCS=mcs)
cp ../mcs/class/lib/mscorlib.dll runtime
cp ../mcs/mcs/mcs.exe runtime