[cfe-commits] [libcxx] r136569 - /libcxx/branches/apple/Makefile
Howard Hinnant
hhinnant at apple.com
Sat Jul 30 09:35:55 PDT 2011
Author: hhinnant
Date: Sat Jul 30 11:35:55 2011
New Revision: 136569
URL: http://llvm.org/viewvc/llvm-project?rev=136569&view=rev
Log:
Fix radar 9866843
Modified:
libcxx/branches/apple/Makefile
Modified: libcxx/branches/apple/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/apple/Makefile?rev=136569&r1=136568&r2=136569&view=diff
==============================================================================
--- libcxx/branches/apple/Makefile (original)
+++ libcxx/branches/apple/Makefile Sat Jul 30 11:35:55 2011
@@ -29,13 +29,13 @@
installhdrs::
- mkdir -p $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext
- rsync -r --exclude=".*" $(SRCDIRS)/include/* $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/
- chown -R root:wheel $(DSTROOT)/$(INSTALL_PREFIX)/usr/include
- chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1
- chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/*
- chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext
- chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext/*
+ mkdir -p $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext
+ rsync -r --exclude=".*" $(SRCDIRS)/include/* $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/
+ chown -R root:wheel $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++
+ chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1
+ chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/*
+ chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext
+ chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext/*
install:: installhdrs $(DESTDIR)
More information about the cfe-commits
mailing list