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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-11-25 00:42:22 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-11-25 00:42:22 +0300
commit030ef63e0ccb1d3faac79ea24832fa286003ab13 (patch)
tree5b5b3e21fca860b53c2fe77af489bd4c4143b4d8 /main/build
parent12dbbaee88bb9c7eab74c80c421e2031de9af400 (diff)
* mdtool:
* monodevelop: Increase the number of file handles. svn path=/trunk/monodevelop/; revision=146862
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/ChangeLog5
-rwxr-xr-xmain/build/MacOSX/mdtool3
-rwxr-xr-xmain/build/MacOSX/monodevelop3
3 files changed, 11 insertions, 0 deletions
diff --git a/main/build/MacOSX/ChangeLog b/main/build/MacOSX/ChangeLog
index 043393c712..629a2a80ee 100644
--- a/main/build/MacOSX/ChangeLog
+++ b/main/build/MacOSX/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-24 Michael Hutchinson <mhutchinson@novell.com>
+
+ * mdtool:
+ * monodevelop: Increase the number of file handles.
+
2009-11-11 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Use Last Changed Rev in updateinfo.
diff --git a/main/build/MacOSX/mdtool b/main/build/MacOSX/mdtool
index 4532fd1147..0700a35d92 100755
--- a/main/build/MacOSX/mdtool
+++ b/main/build/MacOSX/mdtool
@@ -6,6 +6,9 @@
MONO_FRAMEWORK_PATH=/Library/Frameworks/Mono.framework/Versions/Current
export DYLD_FALLBACK_LIBRARY_PATH=$MONO_FRAMEWORK_PATH/lib:/lib:/usr/lib
+#we need lots of file handles
+ulimit -n 1024
+
#prevent Macports from messing up mono and pkg-config
export PATH="$MONO_FRAMEWORK_PATH/bin:$PATH"
diff --git a/main/build/MacOSX/monodevelop b/main/build/MacOSX/monodevelop
index 57c7d63b78..8066c61b34 100755
--- a/main/build/MacOSX/monodevelop
+++ b/main/build/MacOSX/monodevelop
@@ -6,6 +6,9 @@
MONO_FRAMEWORK_PATH=/Library/Frameworks/Mono.framework/Versions/Current
export DYLD_FALLBACK_LIBRARY_PATH=$MONO_FRAMEWORK_PATH/lib:/lib:/usr/lib
+#we need lots of file handles
+ulimit -n 1024
+
#prevent Macports from messing up mono and pkg-config
export PATH="$MONO_FRAMEWORK_PATH/bin:$PATH"