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
AgeCommit message (Collapse)Author
2004-06-10(LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' isRaja R Harinath
defined. Don't conflate building a non-Xml temporary System.dll with building System.dll for bootstrapping mcs. svn path=/trunk/mcs/; revision=29169
2004-06-09Simplify slightly.Raja R Harinath
svn path=/trunk/mcs/; revision=29101
2004-06-09(HAVE_CYCLIC_DEP_FILE): New. Used to detect ifRaja R Harinath
System.Xml.dll is present. (SECOND_PASS): Remove. svn path=/trunk/mcs/; revision=29097
2004-06-032004-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Makefile : add run-test-ondotnet target support. svn path=/trunk/mcs/; revision=28726
2004-05-24(EXTRA_FLAGS): Remove.Raja R Harinath
(LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for non-Xml first build. (all-local) [!SECOND_PASS]: Simplify. svn path=/trunk/mcs/; revision=27950
2004-05-10(install-local,test-local,run-test-local,clean-local):Raja R Harinath
Make cyclic-dependency safe. svn path=/trunk/mcs/; revision=27012
2004-05-07(all-local) [SECOND_PASS]: Rewrite to use 'make' itselfRaja R Harinath
to determine out-of-date-ness. (This fixes an unlogged change.) (install-local,test-local,run-test-local,clean-local): Collapse near-identical rules. svn path=/trunk/mcs/; revision=26891
2004-05-07Attempt to fix cyclic dependency issues.Gonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=26881
2004-05-07(all-local): Built first pass with BOOT_COMPILE.Raja R Harinath
svn path=/trunk/mcs/; revision=26875
2004-04-27Put libraries in profile dependant directories so we can build all profiles ↵Jackson Harper
at once. svn path=/trunk/mcs/; revision=26040
2004-03-112004-03-11 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* Makefile (all-local): Fix for non-bash shells. svn path=/trunk/mcs/; revision=23916
2004-02-12moreGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=23010
2004-02-122004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Text.RegularExpressions/parser.cs: an opening brace without a quantifier do not cause a parse error. Fixes bug #52924. * Test/System.Text.RegularExpressions/RegexBugs.cs: added test from bug #52924. svn path=/trunk/mcs/; revision=23008
2004-02-042004-02-04 Marek Safar <marek.safar@seznam.cz>Marek Safar
* Makefile: Build System.dll in two steps. Because of the circular dependency with System.XML.dll. svn path=/trunk/mcs/; revision=22761
2003-12-312004-01-01 Nick Drochak <ndrochak@gol.com>Nick Drochak
* Makefile: Suppress warnings about multiple Regex defs and obsolete calls in the test assembly. svn path=/trunk/mcs/; revision=21569
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* Makefile (EXTRA_DISTFILES): A few more things not to dist. svn path=/trunk/mcs/; revision=16382
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a distable file. (in three places) svn path=/trunk/mcs/; revision=16381
2003-07-162003-07-16 Peter Williams <peter@newton.cx>Peter Williams
A whole passel of build system changes. Doc updates: * build/README.makefiles: Doc updates. * build/profiles/net_1_0.make: Doc changes. * INSTALL.txt: A few more touchups. Better defaults: * build/config-default.make (prefix): Default install prefix should be /usr/local. * build/profiles/bootstrap.make: This profile ... * build/profiles/default.make: ... is now the default. * build/profiles/atomic.make: And the default is now this. Fixes for pre-build checks: * Makefile: Do the platform and (new) profile checks before the build, which took some infrastructure changes. * build/rules.make: Allow a Makefile to specify its own all/install/etc targets. * build/profiles/default.make (profile-check): Add a blank target here. * build/profiles/atomic.make: Check for a full MCS install to build against. HP/UX fixes with help from Bernie Solomon: * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo' doesn't need a -e parameter to interpret escape codes. Test for that and define a configuration parameter. * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE) instead of assuming that 'echo -e' will interpret escape codes. * build/executable.make ($(makefrag)): Here too. A make distcheck fix: * Makefile: Inherit the current prefix so that the build can find the right System.Xml.dll. And Windows build fixes with the invaluable help of Sebastian Pouliot (in various subdirectories). class/Mono.Data.SqliteClient: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't this necessary with MCS? (csc.exe needs it.) class/System: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (SCARY_LIB): Flip around since what was bootstrap is now default. class/System/Test/System.Net: 2003-07-16 Peter Williams <peter@newton.cx> * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that rely on some NET_1_1-only features. class/System/Test/System.Net.Sockets: 2003-07-16 Peter Williams <peter@newton.cx> * TcpListenerTest.cs: Initialize outSock to null to prevent an mcs compile error. class/System.Data: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile: Flip around for the new default build profile. (In a separate commit) class/System.Windows.Forms: 2003-07-16 Peter Williams <peter@newton.cx> * System.Windows.Forms.dll.sources: Don't build with two AssemblyInfo.cs files. class/corlib: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX portability fixes. (all-local): Don't build $(cmplib) by default, it's not something most people need, and the build is broken on Windows right now anyway. ilasm: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (ILParser.cs): Move this from parser/ so we avoid slash direction issues on the Windows build. * .cvsignore: Add ILParser.cs here. ilasm/parser: 2003-07-16 Peter Williams <peter@newton.cx> * .cvsignore: ILParser.cs has been moved. tools: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's very old and doesn't build on Windows. svn path=/trunk/mcs/; revision=16292
2003-07-14New build system from Peter Williams (peter@newton.cx)Gonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16195