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
2005-07-01* runtime/Makefile.am (all-local, install-exec, uninstall): Call semdel-wrapper.Raja R Harinath
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Likewise. * mono/mini/Makefile.am (check-local): Call semdel-wrapper. * mono/tests/Makefile.am (check-local): Call semdel-wrapper. svn path=/trunk/mono/; revision=46821
2005-07-01Avoid resource leakage on 'make clean' (see #75424).Raja R Harinath
* configure.in (AC_CONFIG_FILES): Add runtime/semdel-wrapper. * runtime/semdel-wrapper.in: New. * runtime/Makefile.am (clean-local): Use the semdel program before nuking the .wapi directory. (noinst_SCRIPTS): Add semdel-wrapper. (MYDISTFILES, distdir): Use automake variable to get the list of files to distribute. svn path=/trunk/mono/; revision=46817
2005-06-12distcheck fixBen Maurer
svn path=/trunk/mono/; revision=45832
2005-05-042005-05-04 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am: Pass the prefix to the mcs makefiles. svn path=/trunk/mono/; revision=44027
2005-04-28re-enable -dlopen workaround for monodis-wrapper.Raja R Harinath
Known problem libtools: libtool/experimental on Debian (1.6.0+1.5a...) libtool on the SuSE x86_64 (don't know the version) svn path=/trunk/mono/; revision=43701
2005-04-27* configure.in (AC_DISABLE_FAST_INSTALL): Set.Raja R Harinath
Try a somewhat different tack. svn path=/trunk/mono/; revision=43639
2005-04-27Preload the path of Mono, that should fix the buildMiguel de Icaza
svn path=/trunk/mono/; revision=43629
2005-04-25Fix #74692.Raja R Harinath
* configure.in ($mcsdir/build/config.make): Point RUNTIME and ILDISASM to the in-tree versions of mono and monodis. Propagate value of INSTALL to mcs too. * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each sub-make, now that 'configure' sets up the 'mcs' tree. svn path=/trunk/mono/; revision=43546
2005-04-21* runtime/Makefile.am (mcs-compileall): Verify the fixed-up dll too.Raja R Harinath
svn path=/trunk/mono/; revision=43395
2005-04-21Distribute runtime/monodis-wrapper.inRaja R Harinath
svn path=/trunk/mono/; revision=43393
2005-04-212005-04-21 Raja R Harinath <rharinath@novell.com>Raja R Harinath
* runtime/Makefile.am: Update. Pass 'monodis-wrapper' as ILDISASM to sub-makes. * runtime/monodis-wrapper.in: New file. * configure.in (runtime/monodis-wrapper): Create. svn path=/trunk/mono/; revision=43387
2005-03-24* configure.in (libgdiplus): Make more intuitive.Raja R Harinath
* runtime/Makefile.am (wrapper-config): Update to change. svn path=/trunk/mono/; revision=42184
2005-03-23* runtime/Makefile.am (wrapper-config): Remove temporary file.Raja R Harinath
svn path=/trunk/mono/; revision=42160
2005-03-23Allow testing of System.Drawing with a libgdiplus snapshot.Raja R Harinath
* configure.in (libgdiplus): New --with-libgdiplus option. Allow the location of libgdiplus to be overridden. * runtime/Makefile.am (wrapper-config): Override location of libgdiplus if requested. svn path=/trunk/mono/; revision=42139
2005-03-23Enable gmcs again.Martin Baulig
svn path=/trunk/mono/; revision=42128
2005-03-22Disable gmcs for now, revert this when it builds againDick Porter
svn path=/trunk/mono/; revision=42113
2005-03-18Add wrapper-config to the CLEANFILESMiguel de Icaza
svn path=/trunk/mono/; revision=41995
2005-03-14* runtime/Makefile.am (SUPPORT_FILES): New. List of dependencies from ...Raja R Harinath
(all-local): ... here. Use it. (install-local): Depend on $(SUPPORT_FILES). svn path=/trunk/mono/; revision=41790
2005-03-14* runtime/Makefile.am (clean_profiles): Remove.Raja R Harinath
(clean-local): Use $(build_profiles). (install-local, uninstall-local): Don't override $(prefix). svn path=/trunk/mono/; revision=41787
2005-02-25* runtime/Makefile.am (centum_nunit_tests): Remove. TheRaja R Harinath
functionality has been moved to mcs/Makefile. (test_select): Set ONLY_CENTUM_TESTS. svn path=/trunk/mono/; revision=41184
2005-02-17* runtime/Makefile.am (PLATFORM_PATH_SEPARATOR): New. $(PATH_SEPARATOR) has ↵Raja R Harinath
the "wrong" value on cygwin. (mcs-compileall): Use it. svn path=/trunk/mono/; revision=40794
2005-02-17* runtime/Makefile.am (cur_dir_cmd): New. Use cygpath to get theRaja R Harinath
current directory in non-Cygwin form. (mcs-compileall): Use it. Use $(PATH_SEPARATOR) when defining MONO_PATH. svn path=/trunk/mono/; revision=40791
2005-02-16remove .cvsignore, as this is not used anymoreBen Maurer
svn path=/trunk/mono/; revision=40731
2005-02-122005-02-12 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* runtime/Makefile.am (centum_nunit_tests): Add corlib! Thanks to nickd, miguel, et al. svn path=/trunk/mono/; revision=40521
2005-02-04* runtime/Makefile.am (wrapper-config): Elevated from being a testRaja R Harinath
support file called $(tmpinst)/config. ($(tmpinst)/bin/mono): Simplify. (mcs-do-compiler-tests,mcs-compileall): Update. * runtime/mono-wrapper.in: Use wrapper-config. * Makefile.am (DIST_SUBDIRS): Sync with $(SUBDIRS). svn path=/trunk/mono/; revision=40110
2005-02-04* runtime/Makefile.am (verify_profiles): Remove.Raja R Harinath
(mcs-compileall): Use $(build_profiles) directly. It now works on the net_2_0 profile too. svn path=/trunk/mono/; revision=40106
2005-02-01* runtime/Makefile.am (test-support-files): New target.Raja R Harinath
(mcs-do-compiler-tests): Use it. (mcs-compileall): Likewise. Don't exit out on the first failing DLL. ($(tmpinst)/config): Update to changes in data/config.in. svn path=/trunk/mono/; revision=39913
2005-02-01* runtime/Makefile.am (mcs-compileall): Set MONO_PATH. RemoveRaja R Harinath
reference to #71963, since it's fixed, and it's breaking elsewhere. svn path=/trunk/mono/; revision=39911
2005-01-302005-01-30 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am (mcs-compileall): Disable this for the 2.0 profile because of bug #71963. svn path=/trunk/mono/; revision=39781
2005-01-282005-01-28 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am (mcs-compileall): New test to compile all methods in our assemblies. svn path=/trunk/mono/; revision=39727
2005-01-25oops.Raja R Harinath
svn path=/trunk/mono/; revision=39492
2005-01-25* runtime/Makefile.am ($(tmpinst)/config): New test support file.Raja R Harinath
Map 'MonoPosixHelper' to in-tree version. ($(tmpinst)/bin/mono): Use it. (mcs-do-run-test-profiles): Use $(tmpinst)/bin/mono as the RUNTIME. svn path=/trunk/mono/; revision=39474
2005-01-21 * runtime/Makefile.am (centum_nunit_tests): Add class/Mono.Posix andJonathan Pryor
class/System, both of which pass all their unit tests. svn path=/trunk/mono/; revision=39285
2005-01-20* runtime/Makefile.am (centum_nunit_tests): New. List of NUnitRaja R Harinath
tests that are currently passing 100%. (test_select): Run those on 'make check'. svn path=/trunk/mono/; revision=39254
2005-01-04* runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono.Raja R Harinath
($(tmpinst)/bin/mono): New. svn path=/trunk/mono/; revision=38306
2004-12-14* runtime/mono-wrapper.in (MONO_SHARED_DIR): Set. Ensures thatRaja R Harinath
state isn't shared between an installed runtime and the in-tree runtime, and also ensure that both 'make check' and 'make distcheck' can run in parallel. * runtime/Makefile.am (clean-local): Remove the .wapi directory. svn path=/trunk/mono/; revision=37736
2004-12-07* runtime/Makefile.am (uninstall): New.Raja R Harinath
svn path=/trunk/mono/; revision=37307
2004-12-03* configure.in (ENABLE_NUNIT_TESTS): New.Raja R Harinath
* runtime/Makefile.am (check-local): Use it to disable nunit tests. Ensure that the test dlls are always built, however. svn path=/trunk/mono/; revision=37026
2004-12-03* Makefile.am (dist-hook): Ensure we use the 'default' profile.Raja R Harinath
* mono/Makefile.am (HANDLES): New. Disable 'handles' dir on Win32. (SUBDIRS): Use it. Move 'cil' before 'metadata'. * runtime/Makefile.am (install-exec): Pass RUNTIME_HAS_CONSISTENT_GACDIR to the mcs/ build. svn path=/trunk/mono/; revision=36992
2004-11-30* configure.in (AC_OUTPUT): Move runtime/Makefile to the end toRaja R Harinath
workaround a bug in automake 1.7.x. * runtime/Makefile.am ($(symlinks)): Don't depend on config.status. svn path=/trunk/mono/; revision=36820
2004-11-26* runtime/Makefile.am ($(symlinks)): Depend on config.status too.Raja R Harinath
svn path=/trunk/mono/; revision=36631
2004-11-25* runtime/Makefile.am (all-local): Make mcs/ tree writeable if necessary.Raja R Harinath
(distdir): New. Using 'cygnus' option disables the automake rule. svn path=/trunk/mono/; revision=36542
2004-11-25* runtime/Makefile.am (check-local): Use $(mkinstalldirs).Raja R Harinath
svn path=/trunk/mono/; revision=36525
2004-11-24* runtime/Makefile.am (AUTOMAKE_OPTIONS): Set to 'cygnus'. Raja R Harinath
Prevent a redundant 'make all' pass during 'make check'. (build_profiles): Rename from install_profiles. (check_profiles): New. (TEST_SUPPORT_FILES): Don't include 'gmcs' if we're not building the .NET2.0 profile. (all-local,check-local): Use them. (install,install-exec,install-data): Override automake rules to prevent a redundant 'make all' pass. svn path=/trunk/mono/; revision=36475
2004-11-23Simplify 'make all' build.Raja R Harinath
* configure.in (mono_build_root, mono_runtime, mono_cfg_dir): New AC_SUBSTed variables. (runtime/mono-wrapper): New generated file. (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config): New symlinks. (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0. * Makefile.am (SUBDIRS): Remove '.'. (tmpinst): Remove. (get-monolite-latest): Update. (populate-runtime-subdirs): Remove. (all-local, check-local): Move rules related to building in the mcs/ tree ... * runtime/Makefile.am: ... here. Completely re-write file. (install-exec-local): Transfer ownership of installing .exes and .dlls to the Makefiles in the mcs/ tree. (_tmpinst): Use tmpinst tree only during testing. (SUBDIRS): Remove. * runtime/mono-wrapper.in: New. Template for generated file. * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove. * mono/mini/Makefile.am (MCS,ILASM): Don't refer to runtime/ directory. Refer directly to the mcs/ tree. * mono/tests/Makefile.am (CSC,ILASM): Likewise. svn path=/trunk/mono/; revision=36432
2004-11-152004-11-15 Martin Baulig <martin@ximian.com>Martin Baulig
* runtime/net_2_0/Makefile.am (gac_assemblies_list): Added Mono.C5. svn path=/trunk/mono/; revision=36112
2004-11-08* configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'edRaja R Harinath
variables. Used to support both an in-tree mcs/ and a sibling mcs/ directory. * Makefile.am (mcs_topdir): Remove. (dist-hook): Distribute mcs/ as a subdirectory. * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): Use mcs_topdir and mcs_topdir_from_srcdir. * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)): Likewise. (all-local): Depend on $(mdb_files) too. * runtime/net_2_0/Makefile.am: Likewise. svn path=/trunk/mono/; revision=35821
2004-11-052004-11-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/net_2_0/Makefile.am (install-data-local): * runtime/net_1_1/Makefile.am (install-data-local): Applied patch from G�tz Waschk (waschk@informatik.uni-rostock.de). Make this work with DESTDIR. svn path=/trunk/mono/; revision=35699
2004-09-22FlushMiguel de Icaza
svn path=/trunk/mono/; revision=34192
2004-09-21Cater for Linux on S/390 in configure. Enable build by updating rule for .mdbNeale Ferguson
objects svn path=/trunk/mono/; revision=34178