[CalendarServer-changes] [1401] CalendarServer/trunk/support/Makefile.Apple

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 11:09:10 PDT 2007


Revision: 1401
          http://trac.macosforge.org/projects/calendarserver/changeset/1401
Author:   dreid at apple.com
Date:     2007-03-19 11:09:09 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
Echo a single comment to twisted/plugins/__init__.py and nuke the __init__.pyc (this will get rid of some exceptions on startup about not being able to import words.)

Modified Paths:
--------------
    CalendarServer/trunk/support/Makefile.Apple

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2007-03-16 03:10:54 UTC (rev 1400)
+++ CalendarServer/trunk/support/Makefile.Apple	2007-03-19 18:09:09 UTC (rev 1401)
@@ -88,6 +88,8 @@
 	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/zshcomp.py"
 	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/zshcomp.pyc"
 	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/python/_twisted_zsh_stub"
+	$(_v) echo "# Don't load all plugins off of PYTHONPATH" > "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/plugins/__init__.py"
+	$(_v) rm -f "$(DSTROOT)$(SHAREDIR)/caldavd/lib/python/twisted/plugins/__init__.pyc"
 
 install::
 	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)$(MANDIR)/man8

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070319/c2be0b2a/attachment.html


More information about the calendarserver-changes mailing list