* profiles/basic.make (MCS): Run the INTERNAL_MCS.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 3 Dec 2004 14:23:07 +0000 (14:23 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 3 Dec 2004 14:23:07 +0000 (14:23 -0000)
(USE_BOOT_COMPILE): Remove.

svn path=/trunk/mcs/; revision=37018

mcs/build/ChangeLog
mcs/build/profiles/basic.make

index b5985d4af55020db90ec6993c65bec9ac5331c80..95aaec29cf0773f4d5faf4a21e0368c693d1ed7f 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (MCS): Run the INTERNAL_MCS.
+       (USE_BOOT_COMPILE): Remove.
+
 2004-12-03  Raja R Harinath  <rharinath@novell.com>
 
        * library.make (gacdir_flag): New.  Disable /gacdir flag if
index 1d44a3df3987c12227339a742ec4c89a67af3f76..d81ec33a2e2bac4f90b7906c98c6ccd088158a55 100644 (file)
@@ -1,10 +1,9 @@
 # -*- makefile -*-
 
 BOOTSTRAP_MCS = $(EXTERNAL_MCS)
-MCS = false
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE):$$MONO_PATH" $(INTERNAL_MCS)
 
 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB
-USE_BOOT_COMPILE = yes
 NO_SIGN_ASSEMBLY = yes
 NO_TEST = yes
 NO_INSTALL = yes