[CalendarServer-changes] [13895] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 19 10:49:20 PDT 2014


Revision: 13895
          http://trac.calendarserver.org//changeset/13895
Author:   sagen at apple.com
Date:     2014-08-19 10:49:19 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
Install caldav perf sim into ServerTools - still need to install caldavclientlibrary though for sim to work

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

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-08-19 15:53:34 UTC (rev 13894)
+++ CalendarServer/trunk/support/Apple.make	2014-08-19 17:49:19 UTC (rev 13895)
@@ -189,6 +189,12 @@
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
 	$(_v) tar -C "$(DSTROOT)/AppleInternal/ServerTools" -xvzf "$(Sources)/CalDAVTester.tgz";
 
+install:: install-caldavsim
+install-caldavsim::
+	@echo "Installing caldavsim...";
+	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
+	$(_v) cp -a "$(Sources)/contrib/performance/" "$(DSTROOT)/AppleInternal/ServerTools/CalDAVSim/";
+
 #
 # Automatic Extract
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140819/2ad96e3c/attachment-0001.html>


More information about the calendarserver-changes mailing list