2005-01-25 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Tue, 25 Jan 2005 05:15:07 +0000 (05:15 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 25 Jan 2005 05:15:07 +0000 (05:15 -0000)
* Makefile: Only use the `ilasm' target in the "default" profile.

svn path=/trunk/mcs/; revision=39470

mcs/tests/ChangeLog
mcs/tests/Makefile

index 14ad2e5bba1ac7d7150977a8b644a3ea0a52180a..0850a0c95e5ec11885e2f90aa391aaa125b99b6b 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-25  Martin Baulig  <martin@ximian.com>
+
+       * Makefile: Only use the `ilasm' target in the "default" profile.
+
 2005-01-24  Marek Safar <marek.safar@seznam.cz>
 
        * test-287.cs: Incorporated test for #71649.
index 218cbd427daf2a05653c51426ca78efd83c882c0..2b54f5a46d393057c2d956806c760e13f8d96916 100644 (file)
@@ -223,9 +223,11 @@ test-harness-run:
          if test -z "$$failed"; then :; else echo "Failing tests: $$failed"; exit 1; fi; fi
 
 ilasm:
+ifeq (default, $(PROFILE))
        $(ILASM) /dll property-il.il
        $(CSCOMPILE) /r:property-il.dll property-main.cs /out:property-main.exe
        $(TEST_RUNTIME) property-main.exe
+endif
 
 #
 # Test for /doc option; need to compare result documentation files.