[llvm-branch-commits] [cfe-branch] r102583 - /cfe/branches/Apple/williamson-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Wed Apr 28 18:37:52 PDT 2010
Author: ddunbar
Date: Wed Apr 28 20:37:52 2010
New Revision: 102583
URL: http://llvm.org/viewvc/llvm-project?rev=102583&view=rev
Log:
Don't run any post-install steps when doing a cross compile build.
Modified:
cfe/branches/Apple/williamson-IB/Makefile
Modified: cfe/branches/Apple/williamson-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson-IB/Makefile?rev=102583&r1=102582&r2=102583&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Wed Apr 28 20:37:52 2010
@@ -226,8 +226,6 @@
$(_v) find $(DSTROOT) -perm -0111 ! -name ccc -type f -print | xargs -P $(SYSCTL) strip
$(_v) find $(DSTROOT) -name \*.dSYM -print | xargs rm -r
$(_v)- $(CHOWN) -R root:wheel $(DSTROOT) $(SYMROOT)
- $(_v) $(MAKE) post-install
-
build-cross:: configure-cross
$(_v) for arch in $(RC_ARCHS) ; do \
More information about the llvm-branch-commits
mailing list