From 70763cb8f8b81fd2680f74d47cb7b6b36c049452 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 21 Sep 2004 03:34:51 +0000 Subject: [PATCH] (the_mdb): Fix. (library_CLEAN_FILES): Add the new test results files too. svn path=/trunk/mcs/; revision=34143 --- mcs/build/ChangeLog | 5 +++++ mcs/build/library.make | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog index 810711f3f28d9..3e8b54a56a694 100644 --- a/mcs/build/ChangeLog +++ b/mcs/build/ChangeLog @@ -1,3 +1,8 @@ +2004-09-21 Raja R Harinath + + * library.make (the_mdb): Fix. + (library_CLEAN_FILES): Add the new test results files too. + 2004-09-14 Raja R Harinath * library.make (test_lib, btest_lib): Build separate test diff --git a/mcs/build/library.make b/mcs/build/library.make index 7d7807ba11f27..4b8c603dd7e8f 100644 --- a/mcs/build/library.make +++ b/mcs/build/library.make @@ -30,7 +30,7 @@ makefrag = $(depsdir)/$(PROFILE)_$(LIBRARY).makefrag the_lib = $(topdir)/class/lib/$(PROFILE)/$(LIBRARY_NAME) the_lib_signature_stamp = $(makefrag:.makefrag=.was_signed) the_pdb = $(the_lib:.dll=.pdb) -the_mdb = $(the_lib:.dll=.mdb) +the_mdb = $(the_lib).mdb library_CLEAN_FILES += $(makefrag) $(the_lib) $(the_pdb) \ $(the_mdb) $(the_lib_signature_stamp) @@ -38,7 +38,7 @@ ifndef NO_TEST test_nunit_lib = nunit.framework.dll nunit.core.dll nunit.util.dll test_nunit_dep = $(test_nunit_lib:%=$(topdir)/class/lib/$(PROFILE)/%) test_nunit_ref = $(test_nunit_dep:%=-r:%) -library_CLEAN_FILES += TestResult.xml +library_CLEAN_FILES += TestResult*.xml ifndef test_against test_against = $(the_lib)