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
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-07-01 16:03:39 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-07-01 16:03:39 +0400
commit79315c7fbbfc91d0b582f24e35c098cd49715657 (patch)
tree7503497c937cd4086546a225e1d42a66683b0135 /ChangeLog
parentf4ee7406a5565a9ce4bd9327c52e78edb8793cb6 (diff)
* runtime/Makefile.am (all-local, install-exec, uninstall): Call semdel-wrapper.
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Likewise. * mono/mini/Makefile.am (check-local): Call semdel-wrapper. * mono/tests/Makefile.am (check-local): Call semdel-wrapper. svn path=/trunk/mono/; revision=46821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cd05d0a8bf..448e50e4e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
(noinst_SCRIPTS): Add semdel-wrapper.
(MYDISTFILES, distdir): Use automake variable to get the list of
files to distribute.
+ (all-local, install-exec, uninstall): Call semdel-wrapper.
+ (mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall):
+ Likewise.
2005-06-27 Geoff Norton <gnorton@customerdna.com>