[CalendarServer-changes] [12906] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 13 20:58:38 PDT 2014


Revision: 12906
          http://trac.calendarserver.org//changeset/12906
Author:   wsanchez at apple.com
Date:     2014-03-13 20:58:38 -0700 (Thu, 13 Mar 2014)
Log Message:
-----------
Squish stdout for grep

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-03-14 03:57:48 UTC (rev 12905)
+++ CalendarServer/trunk/bin/_build.sh	2014-03-14 03:58:38 UTC (rev 12906)
@@ -600,7 +600,7 @@
   # it was in the system Python, and is therefore passed along by disutils.
   if [ "$(uname -s)" == "Darwin" ]; then
     if "${python}" -c 'import distutils.sysconfig; print distutils.sysconfig.get_config_var("CFLAGS")' \
-       | grep -e -mno-fused-madd; then
+       | grep -e -mno-fused-madd > /dev/null; then
       export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future";
     fi;
   fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140313/28285b8b/attachment.html>


More information about the calendarserver-changes mailing list