[cfe-commits] r68255 - /cfe/tags/Apple/clang/Makefile
Mike Stump
mrs at apple.com
Wed Apr 1 15:35:45 PDT 2009
Author: mrs
Date: Wed Apr 1 17:35:45 2009
New Revision: 68255
URL: http://llvm.org/viewvc/llvm-project?rev=68255&view=rev
Log:
Add symlinks. Radar 6746445.
Modified:
cfe/tags/Apple/clang/Makefile
Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=68255&r1=68254&r2=68255&view=diff
==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Wed Apr 1 17:35:45 2009
@@ -51,6 +51,9 @@
# Remove the parts of the destroot we don't need
post-install:
+ $(MKDIR) -p $(DSTROOT)/usr/bin
+ ln -sf ../../Developer/usr/bin/ccc $(DSTROOT)/usr/bin/ccc
+ ln -sf ../../Developer/usr/bin/clang $(DSTROOT)/usr/bin/clang
OSV = $(DSTROOT)/usr/local/OpenSourceVersions
OSL = $(DSTROOT)/usr/local/OpenSourceLicenses
More information about the cfe-commits
mailing list