[Mono-devel-list] Re: [Mono-patches] r36815 - trunk/mcs/tests

Marek Safar marek.safar at seznam.cz
Tue Nov 30 04:54:22 EST 2004


Hello Hari,

>Hi Marek,
>
>"Marek Safar <marek.safar at seznam.cz>" <marek at mono-cvs.ximian.com> writes:
>
>  
>
>>2004-11-30  Marek Safar <marek.safar at seznam.cz>
>>
>>	* Makefile: Add acc-modifiers tests.
>>	Hardcode TEST_SOURCES_default to work also with my
>>	custom profiles.
>>    
>>
>[snip]
>  
>
>> TEST_SOURCES = $(filter-out $(TEST_EXCLUDES_common) $(TEST_EXCLUDES_$(PROFILE)) $(TEST_EXCLUDES_$(PLATFORM)), \
>>-	$(TEST_SOURCES_common) $(TEST_SOURCES_$(PROFILE)) $(TEST_SOURCES_$(PLATFORM)))
>>+	$(TEST_SOURCES_common) $(TEST_SOURCES_default) $(TEST_SOURCES_$(PLATFORM)))
>>    
>>
>
>This is incorrect.  Please add
>
>  TEST_SOURCES_foo = $(TEST_SOURCES_default)
>  
>

I am not happy about that because I don't want to add all my 5 custom 
profiles here.

>in your local copy of the makefile for each such custom profile that you
>have.  I'm reverting this part.
>  
>

Marek



More information about the Mono-devel-list mailing list