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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 5 18:34:49 PDT 2014


Revision: 13449
          http://trac.calendarserver.org//changeset/13449
Author:   wsanchez at apple.com
Date:     2014-05-05 18:34:49 -0700 (Mon, 05 May 2014)
Log Message:
-----------
Put something into empty headers

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

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-06 01:29:34 UTC (rev 13448)
+++ CalendarServer/trunk/support/Apple.make	2014-05-06 01:34:49 UTC (rev 13449)
@@ -122,6 +122,7 @@
 	$(_v) find "$(DSTROOT)$(CS_VIRTUALENV)" -type d -name .svn -print0 | xargs -0 rm -rf;
 	$(_v) find "$(DSTROOT)$(CS_VIRTUALENV)" -type f -name "*.so" -print0 | xargs -0 $(STRIP) -Sx;
 	$(_v) find "$(DSTROOT)$(CS_VIRTUALENV)" -type f -size 0 -name "*.py" -exec sh -c 'printf "# empty\n" > {}' ";";
+	$(_v) find "$(DSTROOT)$(CS_VIRTUALENV)" -type f -size 0 -name "*.h" -exec sh -c 'printf "/* empty */\n" > {}' ";";
 	$(_v) find "$(DSTROOT)$(CS_VIRTUALENV)" -type l |                       \
 	          while read link; do                                           \
 	              target="$$(readlink "$${link}")";                         \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140505/6ad0f689/attachment.html>


More information about the calendarserver-changes mailing list