Re: [PATCH 4/4] New automake command line option `--silent-rules'.

2009-03-09 Thread Raja R Harinath
Hi, Jan Engelhardt writes: > On Monday 2009-03-09 15:57, Ralf Corsepius wrote: > For this patch, I'm unsure if we should even add it at all. > FWIW: I am opposed to it. All this silencing stuff does is to add further potential sources of errors. >>> >>

Re: [RFD] Preliminary patches for adding support for Mono/.NET (CLI)

2007-07-18 Thread Raja R Harinath
Hi Alexandre, Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: >>>> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: > > Hari> Hi, > Hari> I'm attaching a series of patches to introduce support for building > Mono > Hari

Re: [RFD] Support Mono/.NET

2007-06-30 Thread Raja R Harinath
Hi, Ralf Wildenhues gmx.de> writes: > * Raja R Harinath wrote on Thu, Jun 28, 2007 at 03:13:15PM CEST: > > > > I'm attaching a series of patches adding support for Mono/.NET/ECMA-335 > > (also called the CLI, common language infrastructure). > > > > I&

[PATCH 4/4] Add a convenience autoconf macro (AM_PROG_CLI) to help with matters.

2007-06-28 Thread Raja R Harinath
a/ChangeLog b/ChangeLog index 2e75139..07e7edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-06-28 Raja R Harinath <[EMAIL PROTECTED]> + + Add a convenience autoconf macro (AM_PROG_CLI) to help with matters. + * automake.in (register_language): Add Nemerle (.n)

[PATCH 2/4] Compute dependencies from assembly references

2007-06-28 Thread Raja R Harinath
/ChangeLog @@ -1,5 +1,12 @@ 2007-06-27 Raja R Harinath <[EMAIL PROTECTED]> + Compute dependencies from assembly references + * automake.in (handle_cli_assembly): Return true on success. + (handle_cli_assembly_references): New. + (handle_cli): Call it. + * test

[PATCH 3/4] Add support for resources

2007-06-28 Thread Raja R Harinath
/cli3.test | 46 + 5 files changed, 155 insertions(+), 2 deletions(-) create mode 100755 tests/cli3.test diff --git a/ChangeLog b/ChangeLog index ec49428..2e75139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2007-06-27 Raja R Harinath <[EMAIL PROTEC

[PATCH 1/4] Add basic support for Mono/.NET

2007-06-28 Thread Raja R Harinath
-- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-06-27 Raja R Harinath <[EMAIL PROTECTED]> + + Add basic support for Mono/.NET + * automake.in (register_language): Add 'cli'. + (handle_cli, handle_cli_assembly, lang_cli_rewrite): New. + (generate_makefile):

[RFD] Support Mono/.NET

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches adding support for Mono/.NET/ECMA-335 (also called the CLI, common language infrastructure). I'm working on documenting the support, but the testcases show example usage. - Hari

[RFD] Support Mono/.NET

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches adding support for Mono/.NET/ECMA-335 (also called the CLI, common language infrastructure). I'm working on documenting the support, but the testcases show example usage. - Hari

[RFD] Preliminary patches for Mono/.NET support

2007-06-28 Thread Raja R Harinath
[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> From: Raja R Harinath <[EMAIL PROTECTED]> Date: Wed, 27 Jun 2007 14:21:25 +0530 Subject: [PATCH 1/3] Add basic support for Mono/.NET * automake.in (register_language): Add 'cli'. (handle_cli, handle_cli_assembly, lang_cli

[RFD] Preliminary patches for adding support for Mono/.NET (CLI)

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches to introduce support for building Mono (and .NET) assemblies using automake. The only (big) part missing is autoconf macros for detecting the installed compilers. - Hari