[CalendarServer-changes] [2601] CalendarServer/branches/kqueuereactor-2/support/Makefile.Apple

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 19 10:05:45 PDT 2008


Revision: 2601
          http://trac.macosforge.org/projects/calendarserver/changeset/2601
Author:   dreid at apple.com
Date:     2008-06-19 10:05:44 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Add kqueuereactor to plugin whitelist.

Modified Paths:
--------------
    CalendarServer/branches/kqueuereactor-2/support/Makefile.Apple

Modified: CalendarServer/branches/kqueuereactor-2/support/Makefile.Apple
===================================================================
--- CalendarServer/branches/kqueuereactor-2/support/Makefile.Apple	2008-06-18 21:22:42 UTC (rev 2600)
+++ CalendarServer/branches/kqueuereactor-2/support/Makefile.Apple	2008-06-19 17:05:44 UTC (rev 2601)
@@ -107,7 +107,7 @@
 	$(_v) cd $(BuildDirectory)/Twisted && $(TwistedSubEnvironment) $(PYTHON) twisted/web2/topfiles/setup.py install $(PY_INSTALL_FLAGS)
 	$(_v) for so in $$(find "$(DSTROOT)$(SHAREDIR)/caldavd/lib" -type f -name '*.so'); do $(STRIP) -Sx "$${so}"; done
 	$(_v) for f in $$(find "$(DSTROOT)$(ETCDIR)" -type f ! -name '*.default'); do cp "$${f}" "$${f}.default"; done
-	$(_v) for f in $$(find "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/plugins/" -type f ! -name 'caldav.*' ! -name 'twisted_reactors.*' ! -name 'twisted_trial.*' ! -name '__init__.*'); do rm "$${f}"; done
+	$(_v) for f in $$(find "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/plugins/" -type f ! -name 'caldav.*' ! -name 'twisted_reactors.*' ! -name 'twisted_trial.*' ! -name '__init__.*' ! -name 'kqueuereactor.*'); do rm "$${f}"; done
 	$(_v) rm -rf "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/zsh"
 	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/zshcomp.py"
 	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/zshcomp.py"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080619/8886a9f0/attachment.htm 


More information about the calendarserver-changes mailing list