[93414] trunk/dports/lang/apple-gcc42/files/build_gcc
jeremyhu at macports.org
jeremyhu at macports.org
Mon May 21 17:42:05 PDT 2012
Revision: 93414
https://trac.macports.org/changeset/93414
Author: jeremyhu at macports.org
Date: 2012-05-21 17:42:05 -0700 (Mon, 21 May 2012)
Log Message:
-----------
apple-gcc42: -P is not supported by older versions of xargs
Modified Paths:
--------------
trunk/dports/lang/apple-gcc42/files/build_gcc
Modified: trunk/dports/lang/apple-gcc42/files/build_gcc
===================================================================
--- trunk/dports/lang/apple-gcc42/files/build_gcc 2012-05-21 23:29:47 UTC (rev 93413)
+++ trunk/dports/lang/apple-gcc42/files/build_gcc 2012-05-22 00:42:05 UTC (rev 93414)
@@ -679,7 +679,7 @@
# Generate .dSYM files
find $DEST_DIR -perm -0111 \! -name fixinc.sh \
- \! -name mkheaders -type f -print | xargs -n 1 -P ${SYSCTL} dsymutil
+ \! -name mkheaders -type f -print | xargs -n 1 dsymutil
# Save .dSYM files and .a archives
cd $DEST_DIR || exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/61363e8e/attachment.html>
More information about the macports-changes
mailing list