1 2009-07-21 Jb Evain <jbevain@novell.com>
3 * Makefile: specify bootstrap and SUBDIRS for the monotouch profile.
5 2009-07-16 Raja R Harinath <harinath@hurrynot.org>
7 Improve coarse-grain parallelism in the build
8 * Makefile (_boot_:net_2_0_bootstrap): Depend on
9 'net_1_1_bootstrap' profile, rather than 'net_1_1'.
11 2009-07-10 Atsushi Enomoto <atsushi@ximian.com>
13 * nunit20 : removed old framework.
15 2009-06-07 Marek Safar <marek.safar@gmail.com>
17 * Makefile: Add net_4_0* profiles.
19 2009-02-24 Jonathan Pryor <jpryor@novell.com>
21 * docs/Makefile: Remove and don't install nunit-docs.source. As
22 Atsushi Enomoto said on 2008-11-26, Mono's NUnit is for internal use
23 only, and installing nunit-docs.source causes an warning message
24 during monodoc startup.
25 * docs/nunit-docs.source: Remove.
27 2009-02-03 Rodrigo Kumpera <rkumpera@novell.com>
29 * docs/Makefile: Fix install-local and uninstall-local if
30 DISABLE_MCS_DOCS is defined.
32 2009-02-02 Rodrigo Kumpera <rkumpera@novell.com>
34 * docs/Makefile: Don't build build-documentation if DISABLE_MCS_DOCS
37 2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>
39 * docs/Makefile: use -f with rm on the clean target so
40 rm doesn't complain about missing files.
42 2008-12-10 Atsushi Enomoto <atsushi@ximian.com>
44 * Makefile : remove sys.messaging from CENTUM_TESTS. It has never
45 been supported, and now, it's heavily developed.
47 2008-12-08 Jonathan Pryor <jpryor@novell.com>
49 * docs/monodoc.xml: Rename the "File Formats" node to "Commands and
50 Files", so that ~all man pages can be under the same node.
51 * docs/lang-csharp.source: Since C# is the only current language, move
52 the child nodes "up" a node so we have "Languages/C# Compiler Error
53 Reference" and "Languages/C# Language Specification" nodes.
55 2008-12-02 Jonathan Pryor <jpryor@novell.com>
57 * docs/Makefile: Build additional directories (Npgsql,
58 System.Configuration.Install, System.Design, System.Runtime.Remoting,
59 System.Runtime.Serialization.Formatters.Soap); shorten entries.
61 2008-11-26 Atsushi Enomoto <atsushi@ximian.com>
63 * docs/Makefile: remove nunit docs that do not exist (and I don't
64 think such docs for private mono use should be provided).
66 2008-11-26 Atsushi Enomoto <atsushi@ximian.com>
68 * Makefile : I happened to remove errors and docs which
71 2008-11-25 Atsushi Enomoto <atsushi@ximian.com>
73 * Makefile : replace nunit20 with nunit24.
75 2008-11-18 Jonathan Pryor <jpryor@novell.com>
77 * docs/Makefile: Don't build mono-file-formats.*, mono-tools.*
78 * docs/mono-file-formats.config, docs/mono-file-formats.source,
79 docs/mono-tools.config, docs/mono-tools.source: Removed (now located
82 2008-11-02 Jonathan Pryor <jpryor@novell.com>
84 * docs/Makefile (MONO_DIRS): Add Mono.Simd.
86 2008-10-31 Jonathan Pryor <jpryor@novell.com>
88 * docs/Makefile: Restructure the *.tree/*.zip rules to support
89 concurrent builds (`make -jN`).
91 2008-10-27 Jonathan Pryor <jpryor@novell.com>
93 * docs/Makefile (DISTFILES): Add mono-file-formats.config.
95 2008-10-22 Jonathan Pryor <jpryor@novell.com>
97 * docs (svn:ignore): Ignore generated files.
98 * docs/lang-csharp.source: Added; combined .source file for the C#
99 language specification and error reference.
100 * docs/Makefile: Support lang-csharp.source, mono-file-formats.*, etc.
101 * *.tree/*.zip should be rebuilt when Makefile is changed.
102 * docs/mono-file-formats.config, docs/mono-file-formats.source: Added;
103 moving file format documentation out from mono-tools.* so that it's
105 * docs/mono-tools.config: Move mdoc(5), mono-config(5) to
106 mono-file-formats.config.
107 * docs/mono-tools.source, docs/Mono.source, docs/netdocs.source,
108 docs/Novell.source, docs/nunit-docs.source: Add /monodoc/node
109 information so that the documentation is inserted into the correct
111 * docs/monodoc.xml: Vastly simplify the default monodoc.xml as
112 structure can be/has been pushed out into the .source files. This
113 should help simplify the life of downstream packagers who wish to
114 add additional documentation to monodoc.
115 * docs/ecma334.source, docs/cs-errors.source: Remove (replaced with
118 2008-10-20 Jonathan Pryor <jpryor@novell.com>
120 * docs/Makefile (MONO_DIRS): Add Mono.Data.SqliteClient docs.
122 2008-10-18 Jonathan Pryor <jpryor@novell.com>
124 * docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so
125 that it installs properly under the buildbot.
127 2008-10-18 Raja R Harinath <harinath@hurrynot.org>
129 * docs/Makefile (DISTFILES): Don't use 'find' to list files.
131 2008-10-18 Raja R Harinath <harinath@hurrynot.org>
133 * Makefile (net_2_0_SUBDIRS): Add 'docs'.
134 * docs/Makefile: Build documentation only in the net_2_0 profile.
136 2008-10-17 Jonathan Pryor <jpryor@novell.com>
138 * docs/Makefile: Add install/uninstall support.
140 2008-10-17 Jonathan Pryor <jpryor@novell.com>
142 * docs/Makefile: Assemble documentation.
143 * docs/cs-errors.config: Update to refer to correct directory.
144 * docs/mono-tools.config: Man pages are in mono/man now...
146 2008-10-08 Zoltan Varga <vargaz@gmail.com>
148 * README: Update after the profile changes.
150 * Makefile */Makefile build/profiles/*.make: Rename the 'default'
151 profile to 'net_1_1'.
153 2008-05-14 Marek Safar <marek.safar@gmail.com>
155 * Makefile: Enabled more tests.
157 2008-02-18 Raja R Harinath <harinath@hurrynot.org>
159 * Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.
161 2008-02-17 Raja R Harinath <harinath@hurrynot.org>
163 * Makefile (_boot_): Orchestrate the net_2_1 bootstrap.
164 (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New.
166 2008-02-06 Zoltan Varga <vargaz@gmail.com>
168 * Makefile (dir-check): Hopefully fix make dist.
170 2008-02-05 Zoltan Varga <vargaz@gmail.com>
172 * Makefile: Abort with an error message if make is typed directly in this
173 directory, instead from the 'mono' directory.
175 2007-12-06 Atsushi Enomoto <atsushi@ximian.com>
177 * Makefile: currently Sys.Web.Extensions is not ready for
180 2007-12-04 Marek Safar <marek.safar@gmail.com>
182 * Makefile: Added more tests.
184 2007-12-03 Marek Safar <marek.safar@gmail.com>
186 * Makefile: Added 3.5 profile, it probably not used here.
188 2007-11-28 Raja R Harinath <harinath@gmail.com>
190 * Makefile (_boot_): Incorporate 'net_2_1' into the bootstrap
191 process -- it depends on 'net_2_0' profile being built.
193 2007-07-27 Marek Safar <marek.safar@gmail.com>
195 * Makefile: Removed gmcs and smcs, removed DIST_ONLY_SUBDIRS.
197 2007-07-27 Jb Evain <jbevain@novell.com>
199 * Makefile: integrate the tuner in the build.
201 2007-07-26 Jb Evain <jbevain@novell.com>
203 * smcs: add a project of its own for the 2.1 compiler.
205 2007-07-11 Jb Evain <jbevain@novell.com>
207 * Makefile: work on the 2.1 profile.
209 2007-05-11 Raja R Harinath <rharinath@novell.com>
211 * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'mcs'.
213 2007-04-18 Marek Habersack <grendello@gmail.com>
215 * Makefile (SUBDIRS): removed tools/culevel, it is now built in
216 the 1.1 bootstrap phase.
218 2007-04-17 Marek Habersack <mhabersack@novell.com>
220 * Makefile (thisdir): added tools/culevel to the list of
221 subdirectories - it must be compiled before compiling the classes
222 since System.Web depends on it.
224 2007-04-06 Wade Berrier <wberrier@novell.com>
226 * Makefile: use bzip2 instead of gzip for 'make dist'
227 (even though it's not used here anymore)
229 2006-08-18 Raja R Harinath <rharinath@novell.com>
231 * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.
233 2006-04-11 Raja R Harinath <rharinath@novell.com>
235 * Makefile (SUBDIRS): Remove tools/resgen.
237 2005-11-21 Raja R Harinath <rharinath@novell.com>
239 * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
240 (net_2_0_SUBDIRS): Likewise.
242 2005-09-22 Raja R Harinath <rharinath@novell.com>
244 * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
245 (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS):
246 Build the 'build' directory too.
248 2005-09-21 Raja R Harinath <rharinath@novell.com>
250 * Makefile (centum_tests): Remove System.Web.
252 2005-09-06 Raja R Harinath <rharinath@novell.com>
254 * Makefile (bootstrap): Remove special handling on Win32.
256 2005-07-11 Raja R Harinath <rharinath@novell.com>
258 * Makefile (centum_tests): Add System.Messaging and
259 System.ServiceProcess. Remove System.Configuration.Install.
261 (net_2_0_centum_tests): ... here, and disable it for now.
263 2005-06-20 Raja R Harinath <rharinath@novell.com>
265 * Makefile (centum_tests): Move System.XML ...
266 (default_centum_tests): ... here.
268 2005-06-17 Raja R Harinath <rharinath@novell.com>
270 * Makefile (centum_tests): Add System.XML.
272 2005-06-10 Sebastien Pouliot <sebastien@ximian.com>
274 * Makefile (centum_tests): Added System.Security.
276 2005-05-20 Raja R Harinath <rharinath@novell.com>
278 * Makefile (centum_tests): Add System.Web and move corlib from ...
279 (default_centum_tests): ... here.
281 2005-04-25 Raja R Harinath <rharinath@novell.com>
283 * Makefile (centum_tests): Add Mono.Security and
284 System.Runtime.Remoting.
285 * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS).
287 2005-04-21 Raja R Harinath <rharinath@novell.com>
289 * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
291 2005-03-14 Raja R Harinath <rharinath@novell.com>
293 * Makefile (_boot_): New. Used to generalize the bootstrap to
294 clean and install too.
296 2005-02-25 Raja R Harinath <rharinath@novell.com>
298 * Makefile (centum_tests): New list of test subdirs that should
300 (default_centum_tests, net_2_0_centum_tests): New.
301 (ONLY_CENTUM_TESTS): New check. If defined during 'make
302 run-test', only the tests in centum_tests are run.
304 2004-12-20 Jambunathan K <kjambunathan@novell.com>
306 * btests: Removed. This directory is now superseded by
309 2004-12-13 Raja R Harinath <rharinath@novell.com>
311 * INSTALL.txt: Minor updates to reflect build changes.
313 2004-11-25 Raja R Harinath <rharinath@novell.com>
315 * Makefile (DISTFILES): Add nunit.key.
317 2004-11-24 Raja R Harinath <rharinath@novell.com>
319 * Makefile (profiles-do--run-test): Allow list of profiles to be
321 (profiles-do--all): Remove. The default pattern build suffices.
323 2004-11-22 Raja R Harinath <rharinath@novell.com>
325 * Makefile (OVERRIDE_TARGET_ALL): Remove.
326 (all.override): Remove 2-pass build.
327 (net_1_1_bootstrap_SUBDIRS): Add 'tools'.
329 2004-11-22 Raja R Harinath <rharinath@novell.com>
331 * Makefile (profiles-do--all): Don't fallback to default pattern build.
333 2004-11-19 Raja R Harinath <rharinath@novell.com>
335 * Makefile (net_2_0_SUBDIRS): Add nunit20.
337 2004-11-19 Raja R Harinath <rharinath@novell.com>
339 * Makefile (%-profiles): Go through an intermediate set of rules.
341 (profiles-do--%): ... this.
342 (profiles-do--run-test): Customized rule that usefully runs with
343 'make -j' and 'make -k'.
344 (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap
347 2004-11-09 Raja R Harinath <rharinath@novell.com>
349 * Makefile (basic_SUBDIRS): New.
351 2004-11-04 Raja R Harinath <rharinath@novell.com>
353 * Makefile (net_1_1_bootstrap_SUBDIRS): New.
354 (all.override): Fix to actually perform optimization to avoid
355 the two-pass build if we are not signing assemblies.
357 2004-10-29 Raja R Harinath <rharinath@novell.com>
359 * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
360 (profile-do--net_2_0_bootstrap--all): New target.
361 (profile-do--net_2_0--all): Depend on it.
362 (distdir,top_distdir): Remove.
363 (dist-tarball): Define distdir here for dist-recursive.
365 2004-10-21 Raja R Harinath <rharinath@novell.com>
367 * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
370 2004-09-27 Raja R Harinath <rharinath@novell.com>
372 * nunit20/nunit-console/Makefile (PROGRAM): Put in
373 profile-specific directory.
375 2004-09-21 Raja R Harinath <rharinath@novell.com>
377 * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
378 handled by 'class/corlib/Makefile'.
379 (test-installed-compiler): Run compiler tests using the installed
382 2004-09-14 Raja R Harinath <rharinath@novell.com>
384 * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
385 (test-profiles, run-test-profiles): New targets.
386 (test-compiler): Rename to ...
387 (compiler-tests): ... this. Run tests on all profiles.
389 2004-09-03 Martin Baulig <martin@ximian.com>
391 * Makefile (test-compiler): New target to run the compiler test.
393 2004-07-02 Raja R Harinath <rharinath@novell.com>
395 * Makefile (OVERRIDE_BARE_TARGETS): Remove.
396 (OVERRIDE_TARGET_ALL): Define.
397 (all-recursive,$(STD_TARGETS:=-recursive)): Depend on
398 'platform-check' and 'profile-check'.
399 (all.override): New. Run two passes: once to build, and once to
402 2004-06-22 Todd Berman <tberman@off.net>
404 * configure: Patch from Mariano Suárez-Alvarez
405 <msuarezalvarez@arnet.com.ar> to make configure accept jhbuild style
406 /prefix /usr options, and to continue past unknown options. Currently
407 this patch is a bit spammy with multiple unknown options, anyone
408 who is interested is welcome to fix this.
410 2004-06-14 Raja R Harinath <rharinath@novell.com>
412 * Makefile (all-profiles, clean-profiles): Simplify slightly.
414 2004-06-05 Atsushi Enomoto <atsushi@ximian.com>
416 * Makefile: added target run-test-ondotnet.
418 2004-05-26 Raja R Harinath <rharinath@novell.com>
420 * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
422 ($(the_lib)): Make Transform.resources using internal resgen.
423 * nunit20/util/Transform.resources: Rebuild.
425 2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
427 * nunit.key: New. NUnit private key. Due to build issues the key
428 must be present in this directory.
430 2004-05-20 Raja R Harinath <rharinath@novell.com>
432 * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
434 2004-05-17 Raja R Harinath <rharinath@novell.com>
436 * Makefile (all, clean): Remove indirection.
437 (clean-profiles): New.
439 2004-05-13 Jackson Harper <jackson@ximian.com>
441 * Makefile: default build is no longer the multi profile build. Do
442 build both 1.1 and 2.0 profiles use the all-profiles target.
444 2004-05-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
446 * Makefile: disable net_2_0 on windows. It doesn't build. Don't
447 try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
450 2004-05-10 Raja R Harinath <rharinath@novell.com>
452 * INSTALL.txt: Don't mention 'fullbuild'. Mention 'bootstrap'
453 instead. Update instructions for 'monocharge'.
455 2004-04-30 Raja R Harinath <rharinath@novell.com>
457 * Makefile (SUBDIRS): Remove 'gmcs' for now.
459 (clean): Quick hack to get 'make clean' to work better.
461 2004-04-29 Jackson Harper <jackson@ximian.com>
463 * Makefile: Put the PROFILE= stuff before the target, this is more
464 pleasurable to cygwin users.
466 2004-04-28 Jackson Harper <jackson@ximian.com>
468 * Makefile: build the net_1_1 and net_2_0 profiles by default.
470 2004-01-14 Martin Willemoes Hansen <mwh@sysrq.dk>
472 * INSTALL.txt: Fixed, autogen should be autogen.sh
474 2003-12-01 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
476 * Added dirs mcs/jtest and mcs/jerrors.
478 2003-10-28 Jackson Harper <jackson@ximian.com>
480 * INSTALL.txt: Tell users where to find monocharges, do not
481 reference README.building.
483 2003-07-22 Peter Williams <peter@newton.cx>
485 * README: INSTALL.txt, not INSTALL.
487 2003-07-20 Peter Williams <peter@newton.cx>
489 * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
490 in $(topdir)/class/lib so we can find our DLL's.
492 2003-07-18 Peter Williams <peter@newton.cx>
494 * build/library.make (dist-local): Fancy make dist magic gives
495 way to boring old 'for'.
497 * build/executable.make (dist-local): Ditto.
499 2003-07-17 Peter Williams <peter@newton.cx>
501 * build/profiles/default.make: Actually fix this. Use the platform
502 compiler all the way.
504 2003-07-17 Peter Williams <peter@newton.cx>
506 * build/profiles/default.make: Try to make this smarter so
507 that we can build on Windows. Specifically, don't require
508 the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
509 this should make corlib build out of the box, I think.
511 2003-07-16 Peter Williams <peter@newton.cx>
513 A whole passel of build system changes. Doc updates:
515 * build/README.makefiles: Doc updates.
517 * build/profiles/net_1_0.make: Doc changes.
519 * INSTALL.txt: A few more touchups.
523 * build/config-default.make (prefix): Default install prefix
524 should be /usr/local.
526 * build/profiles/bootstrap.make: This profile ...
528 * build/profiles/default.make: ... is now the default.
530 * build/profiles/atomic.make: And the default is now this.
532 Fixes for pre-build checks:
534 * Makefile: Do the platform and (new) profile checks
535 before the build, which took some infrastructure changes.
537 * build/rules.make: Allow a Makefile to specify its own all/install/etc
540 * build/profiles/default.make (profile-check): Add a blank
543 * build/profiles/atomic.make: Check for a full MCS install to
546 HP/UX fixes with help from Bernie Solomon:
548 * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
549 doesn't need a -e parameter to interpret escape codes. Test for
550 that and define a configuration parameter.
552 * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
553 instead of assuming that 'echo -e' will interpret escape
556 * build/executable.make ($(makefrag)): Here too.
558 A make distcheck fix:
560 * Makefile: Inherit the current prefix so that the build can
561 find the right System.Xml.dll.
563 And Windows build fixes with the invaluable help of Sebastian
564 Pouliot (in various subdirectories).
566 2003-07-14 Peter Williams <peter@newton.cx>
568 * build/rules.make (dist-recursive): Fix recursive rules
569 to work on HP/UX /bin/sh. Patch from Bernie Solomon
570 <bernard@ugsolutions.com>.
572 2003-05-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
575 * makefile.gnu: don't use -C when running make.
577 2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
578 * AUTHORS: Added self.
580 2003-04-15 Nick Drochak <ndrochak@gol.com>
582 * makefile: Remove nunit version 1 from build
584 2002-03-14 Daniel Morgan <danmorg@sc.rr.com>
587 * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll
590 2002-03-14 Daniel Morgan <danmorg@sc.rr.com>
592 * makefile: added ByteFX.Data.dll to windows install
594 * class/library.build: added ByteFX.Data.dll
595 to windows build. added additional clean targets
597 * class/Microsoft.VisualC/Microsoft.VisualC.build: fix
600 * class/ByteFX.Data: added directory for ByteFX.Data.dll
601 which includes a MySQL ADO.NET Provider.
602 Contributed by Reggie Burnett <rykr@bellsouth.net>
604 ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
606 Added the following files and directories:
608 class/ByteFX.Data/AssemblyInfo.cs
609 class/ByteFX.Data/list
610 class/ByteFX.Data/ByteFX.Data.build
611 class/ByteFX.Data/makefile.gnu
612 class/ByteFX.Data/ChangeLog.txt
613 class/ByteFX.Data/readme.txt
614 class/ByteFX.Data/lgpl.txt: new files
623 class/ByteFX.Data/Common: added files to new directory
638 class/ByteFX.Data/mysqlclient: added files to new directory
641 parameter_collection.cs
642 class/ByteFX.Data/mysqlclient/Designers: added files to new directory
644 2003-03-14 Daniel Morgan <danmorg@sc.rr.com>
646 * makefile: add ilasm.exe to windows build and add missing assemblies
649 * class/library.build: include PEAPI.dll, Npgsql.dll, and
650 ICSharpCode.SharpZipLib part of the windows build
652 2003-03-10 Martin Willemoes Hansen <mwh@sysrq.dk>
653 * Fixed some spelling errors in class/doc/TemplateTest.cs
655 2003-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
657 * makefile: added Mono.Posix and System.Management.
659 2003-02-16 Martin Baulig <martin@ximian.com>
661 * docs/compiler: Added a few works about the new `Location' code.
663 2003-02-15 Nick Drochak <ndrochak@gol.com>
665 * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
667 2003-02-10 Nick Drochak <ndrochak@gol.com>
669 * makefile: Add testcorlib target to run just the corlib unit tests.
671 2003-01-16 Nick Drochak <ndrochak@gol.com>
673 * makefile.gnu: Add corlib target to just build that.
675 2003-01-14 Duncan Mak <duncan@ximian.com>
677 * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
678 it's no longer in the interface.
680 2003-01-13 Duncan Mak <duncan@ximian.com>
682 * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
683 in the tokenizer. This fixes the build.
685 2003-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
687 * README.building: New file.
688 * makefile.gnu: install README.building file.
690 2003-01-09 Sebastien Pouliot <spouliot@videotron.ca>
692 * AUTHORS: add myself to class library list
694 2002-12-15 Alp Toker <alp@atoker.com>
696 * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
699 2002-12-10 Daniel Morgan <danmorg@sc.rr.com>
703 * tools/makefile.gnu: change target
707 2002-12-10 Alp Toker <alp@atoker.com>
709 * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
710 * ilasm/makefile: ditto
712 2002-12-10 Gaurav Vaish <gvaish_mono@lycos.com>
714 * AUTHORS: Corrected my email-ID.
716 2002-11-29 Daniel Morgan <danmorg@sc.rr.com>
718 * INSTALL: renamed to INSTALL.txt because INSTALL
719 interferred with "make install" on windows
721 * makefile: changes to get "make install" work
724 * class/makefile.gnu: flush
726 * ilasm/makefile: updated for windows build
728 * monoresgen/makefile: updated for windows build
730 * tools/SqlSharp/SqlSharpCli.build: flush
732 * winexe.in: add file to be template for executable assemblies
733 to be installed on windows via "make install" by providing
734 a script that runs mono and the assembly
735 like mcs runs mono mcs.exe
737 2002-11-28 Daniel Morgan <danmorg@sc.rr.com>
739 * makefile.gnu: added tools directory to linux build
741 * tools/makefile.gnu: added new file to built tools and install.
742 dist works too. test is just blank.
744 2002-11-16 Martin Baulig <martin@ximian.com>
746 * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
747 Please update your scripts, the `dist' target will disappear soon.
749 2002-11-09 Nick Drochak <ndrochak@gol.com>
751 * makefile: have test target be smart about windows/linux
753 2002-11-07 Nick Drochak <ndrochak@gol.com>
755 * makefile: for the clean target, handle linux and windows differently.
757 2002-10-13 Daniel Morgan <danmorg@sc.rr.com>
759 * class/library.build: added Mono.Data.SqliteClient
760 directory to windows build
762 2002-10-10 Daniel Morgan <danmorg@sc.rr.com>
764 * class/library.build: added Mono.Data.MySql directory to windows build.
766 2002-10-10 Rodrigo Moya <rodrigo@ximian.com>
768 * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
770 2002-10-09 Rodrigo Moya <rodrigo@ximian.com>
772 * class/makefile.gnu: added System.Data.Odbc directory.
774 2002-09-14 Piers Haken <piersh@friskit.com>
778 build nunit into $(topdir)/class/lib
780 2002-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
783 * class/library.make:
784 * class/makefile.gnu:
785 * class/I18N/makefile.gnu
786 * class/corlib/makefile.gnu:
787 * class/corlib/Test/ChangeLog:
788 * class/corlib/Test/corlib_linux_test.args:
789 * class/corlib/Test/makefile.gnu:
790 * class/corlib/Test/run_test.sh:
793 * monoresgen/makefile.gnu:
794 * nunit/makefile.gnu:
796 Allow running 'make -f makefile.gnu test' from top directory.
797 In the libraries makefile.gnu you just have to add TEST_DIR=dirname
798 with the name where tests reside.
800 2002-08-23 Martin Baulig <martin@gnome.org>
802 * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
804 2002-08-13 Piers Haken <piersh@friskit.com>
806 * class/library.make: merge back original makefile.gnu behavior
807 * */makefile.gnu: merge back original makefile.gnu behavior
809 2002-08-12 Piers Haken <piersh@friskit.com>
811 * class/library.make: use 'find' to specify source files, instead of static files
812 * */makefile.gnu: specify include/exclude patterns for source files
814 2002-08-07 Peter Williams <peterw@ximian.com>
816 * class/library.make (.makefrag): Fix this rule a bit; was using
819 2002-07-29 Peter Williams <peterw@ximian.com>
821 * makefile.gnu: 'make install' wasn't actually working due to $@,
824 2002-07-29 Martin Baulig <martin@gnome.org>
826 * makefile.gnu: Don't force people to install. The default must also
827 be `all' and not `install'.
829 2002-07-26 Alp Toker <alp@atoker.com>
831 * INSTALL: Wrote a guide to mcs installation.
832 * README: Updated to reflect the new INSTALL guide.
834 2002-07-23 Alp Toker <alp@atoker.com>
836 * makefile.gnu: Added an install target (which sets permissions and
837 respects prefix) and a dist target which produces a tarball. Also
838 fixed a few other makefile issues.
840 2002-07-22 Peter Williams <peterw@ximian.com>
842 * class/library.make: Oops, the deps weren't right -- touching a .cs
843 file didn't cause the libraries to be rebuilt.
844 (clean): Robustify this rule a bit.
846 2002-07-20 Martin Baulig <martin@gnome.org>
848 * class/makefile.gnu: Added System.Data.
850 2002-07-20 Martin Baulig <martin@gnome.org>
852 * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
854 * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
856 2002-07-19 Martin Baulig <martin@gnome.org>
858 * makefile.gnu (DIRS): Added nunit.
860 2002-07-19 Martin Baulig <martin@gnome.org>
862 Added the super-cool set of makefiles from Peter Williams which run on
863 GNU/Linux without NAnt. I named them `makefile.gnu' and not `GNUmakefile'
864 since this won't break the windows build.
866 To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
868 * mcs-tool, */makefile.gnu, class/library.make: New files.
870 2002-07-19 Martin Baulig <martin@gnome.org>
872 * */makefile (NANT): Use a variable `NANT' so the user can override it with
873 `make NANT=/usr/local/bin/NAnt.exe'.
875 2002-05-09 Daniel Morgan <danmorg@sc.rr.com>
877 * AUTHORS: add me to class libraries list
879 2002-03-26 Dick Porter <dick@ximian.com>
881 * makefile (linux): Abandon the build if any of the subdir makes fail
883 2002-03-07 Nick Drochak <ndrochak@gol.com>
885 * makefile: Change order of build so corlib is built before nunit since
886 Nunit needs corlib now.
888 2002-02-14 Nick Drochak <ndrochak@gol.com>
890 * makefile: Build mcs/doctools too when one does 'make'
892 2002-01-20 Nick Drochak <ndrochak@gol.com>
894 * on the 'test' target, make sure NUnit is built first before building
897 2002-01-20 Nick Drochak <ndrochak@gol.com>
899 * add nunit directory to the list of dirs to build in