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

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 27 17:04:15 PDT 2012


Revision: 9876
          http://trac.calendarserver.org//changeset/9876
Author:   wsanchez at apple.com
Date:     2012-09-27 17:04:15 -0700 (Thu, 27 Sep 2012)
Log Message:
-----------
Set PATH to find tools in SIPP first.
Barf if ServerBuildVariables.xcconfig isn't available.

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

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2012-09-27 22:56:28 UTC (rev 9875)
+++ CalendarServer/trunk/support/Makefile.Apple	2012-09-28 00:04:15 UTC (rev 9876)
@@ -27,13 +27,14 @@
 
 # Include common makefile targets for B&I
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
--include /AppleInternal/ServerTools/ServerBuildVariables.xcconfig
+include /AppleInternal/ServerTools/ServerBuildVariables.xcconfig
 
-Cruft += .dependencies
-
 SIPP = $(SERVER_INSTALL_PATH_PREFIX)
 SERVERSETUP = $(SIPP)$(NSSYSTEMDIR)$(NSLIBRARYSUBDIR)/ServerSetup
 
+Cruft += .dependencies
+Extra_Environment += PATH="$(SIPP)/usr/bin:$$PATH"
+
 CALDAVDSUBDIR = /caldavd
 WEBAPPSSUBDIR = /apache2/webapps
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120927/238fecf5/attachment.html>


More information about the calendarserver-changes mailing list