Skip to content

Commit

Permalink
(the_mdb): Fix.
Browse files Browse the repository at this point in the history
(library_CLEAN_FILES): Add the new test results files too.

svn path=/trunk/mcs/; revision=34143
  • Loading branch information
harinath committed Sep 21, 2004
1 parent 9c9795e commit 70763cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions mcs/build/ChangeLog
@@ -1,3 +1,8 @@
2004-09-21 Raja R Harinath <rharinath@novell.com>

* library.make (the_mdb): Fix.
(library_CLEAN_FILES): Add the new test results files too.

2004-09-14 Raja R Harinath <rharinath@novell.com>

* library.make (test_lib, btest_lib): Build separate test
Expand Down
4 changes: 2 additions & 2 deletions mcs/build/library.make
Expand Up @@ -30,15 +30,15 @@ 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)

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)
Expand Down

0 comments on commit 70763cb

Please sign in to comment.