forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break some circular dependencies between mono, mcs and moon
* Makefile.am (compiler-tests): Rewrite to re-build the moon assemblies after mcs/ is built. * runtime/Makefile.am (build_profiles) [INSTALL_2_1]: Build only the net_2_1_raw profile. (test_profiles): New. Mention net_2_1 profile. (moon-do-build): New. svn path=/trunk/mono/; revision=133678
- Loading branch information
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2009-05-06 Raja R Harinath <[email protected]> | ||
|
||
* Makefile.am (compiler-tests): Rewrite to re-build the moon | ||
assemblies after mcs/ is built. | ||
* runtime/Makefile.am (build_profiles) [INSTALL_2_1]: Build only | ||
the net_2_1_raw profile. | ||
(test_profiles): New. Mention net_2_1 profile. | ||
(moon-do-build): New. | ||
|
||
2009-05-05 Miguel de Icaza <[email protected]> | ||
|
||
* configure.in: Reduce configure-time dependencies by using | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters