Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2008-11-27 10:16:03 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-27 10:16:03 +0300
commitb8d49fc161e13f59bf619e52ac8fc6137775278c (patch)
treee906a2eb5ce19a37c15943f8078257a10ad09b9a /mcs/build
parentbfff5fdea369a9559ad0c287674495f7039da5e2 (diff)
2008-11-26 Atsushi Enomoto <atsushi@ximian.com>
* library.make : another nunit20 to kill :( svn path=/trunk/mcs/; revision=120137
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/ChangeLog4
-rw-r--r--mcs/build/library.make2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog
index 300fa7e12d8..7fe16e312f1 100644
--- a/mcs/build/ChangeLog
+++ b/mcs/build/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-26 Atsushi Enomoto <atsushi@ximian.com>
+
+ * library.make : another nunit20 to kill :(
+
2008-11-25 Atsushi Enomoto <atsushi@ximian.com>
* library.make : update nunit options that break upgrade to 2.4.
diff --git a/mcs/build/library.make b/mcs/build/library.make
index b9f5a67dd3a..1658c324ff7 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -174,7 +174,7 @@ ifndef NO_TEST
$(test_nunit_dep): $(topdir)/build/deps/nunit-$(PROFILE).stamp
@if test -f $@; then :; else rm -f $<; $(MAKE) $<; fi
$(topdir)/build/deps/nunit-$(PROFILE).stamp:
- cd ${topdir}/nunit20 && $(MAKE)
+ cd ${topdir}/nunit24 && $(MAKE)
echo "stamp" >$@
library_CLEAN_FILES += $(topdir)/build/deps/nunit-$(PROFILE).stamp
endif