[Mono-dev] Re: [Mono-patches] r53056 - trunk/mcs/class
Raja R Harinath
rharinath at novell.com
Wed Nov 16 01:26:07 EST 2005
"Vladislav Spivak <spivak at mainsoft.com>" <mono-patches-list at lists.ximian.com> writes:
> Author: spivak
> Date: 2005-11-15 09:11:45 -0500 (Tue, 15 Nov 2005)
> New Revision: 53056
>
> Modified:
> trunk/mcs/class/ChangeLog
> trunk/mcs/class/Makefile
> Log:
>
>
> Modified: trunk/mcs/class/ChangeLog
> ===================================================================
> --- trunk/mcs/class/ChangeLog 2005-11-15 14:06:42 UTC (rev 53055)
> +++ trunk/mcs/class/ChangeLog 2005-11-15 14:11:45 UTC (rev 53056)
> @@ -1,5 +1,7 @@
> +2005-11-15 Vlad Spivak <spivak at mainsoft.com>
> + * Makefile: define net_1_1_java profile subdirs
> +
> 2005-10-06 Chris Lahey <clahey at ximian.com>
> -
> * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
>
> 2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
>
> Modified: trunk/mcs/class/Makefile
> ===================================================================
> --- trunk/mcs/class/Makefile 2005-11-15 14:06:42 UTC (rev 53055)
> +++ trunk/mcs/class/Makefile 2005-11-15 14:11:45 UTC (rev 53056)
> @@ -22,6 +22,17 @@
>
> include ../build/rules.make
>
> +ifeq (net_1_1_java, $(PROFILE))
> +SUBDIRS = \
> + System.Xml \
> + System.Data \
> + System.Drawing \
> + Novell.Directory.Ldap \
> + System.DirectoryServices \
> + System.Runtime.Serialization.Formatters.Soap \
> + System.Runtime.Remoting
> +
> +else
Why doesn't setting
net_1_1_java_SUBDIRS = ...
work? This is ugly code.
- Hari
More information about the Mono-devel-list
mailing list