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:
authorZoltan Varga <vargaz@gmail.com>2008-02-03 22:50:09 +0300
committerZoltan Varga <vargaz@gmail.com>2008-02-03 22:50:09 +0300
commit8d4d2c8268116f0826e96992cfab443138e75c65 (patch)
tree6330fadaa186db44ed0c4965ef3902eb3ac9d75b /runtime
parent4c1daadb0e7692071636c9d64f3346fe7672ffc7 (diff)
2008-02-03 Zoltan Varga <vargaz@gmail.com>
* runtime/Makefile.am (clean-local): Use mono --wapi=semdel instead of the nonexistent semdel utility. * runtime/semdel-wrapper.in: Delete. svn path=/trunk/mono/; revision=94716
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
-rw-r--r--runtime/semdel-wrapper.in6
2 files changed, 3 insertions, 9 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e3a8a21e9e2..ec449c90a39 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = cygnus
tmpinst = _tmpinst
-noinst_SCRIPTS = mono-wrapper monodis-wrapper semdel-wrapper
+noinst_SCRIPTS = mono-wrapper monodis-wrapper
etctmp = etc
symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config etc/mono/2.0/web.config etc/mono/browscap.ini
@@ -50,10 +50,10 @@ install-data:
uninstall:
cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
-## semdel-wrapper will probably not delete the semaphore if someone is crazy enough to do a 'make -j distclean' :-)
+## mono --wapi=semdel will probably not delete the semaphore if someone is crazy enough to do a 'make -j distclean' :-)
clean-local:
cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' clean-profiles
- -./semdel-wrapper
+ -./mono-wrapper --wapi=semdel
-rm -fr $(etctmp) $(tmpinst) .wapi
endif BUILD_MCS
diff --git a/runtime/semdel-wrapper.in b/runtime/semdel-wrapper.in
deleted file mode 100644
index 33f0229ac06..00000000000
--- a/runtime/semdel-wrapper.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-r='@mono_build_root@'
-MONO_CFG_DIR='@mono_cfg_dir@'
-MONO_SHARED_DIR=$r/runtime
-export MONO_CFG_DIR MONO_SHARED_DIR
-exec "$r/libtool" --mode=execute "$r/mono/handles/semdel" "$@"