[cfe-commits] [libcxx] r161760 - /libcxx/trunk/Makefile
Howard Hinnant
hhinnant at apple.com
Mon Aug 13 09:17:12 PDT 2012
Author: hhinnant
Date: Mon Aug 13 11:17:12 2012
New Revision: 161760
URL: http://llvm.org/viewvc/llvm-project?rev=161760&view=rev
Log:
Remove obsolete do-installhdrs target.
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=161760&r1=161759&r2=161760&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Mon Aug 13 11:17:12 2012
@@ -32,17 +32,6 @@
installheaders:: do-installhdrs
-# The do-installhdrs target is also used by clang's runtime/libcxx makefile.
-do-installhdrs:
- mkdir -p $(HEADER_DIR)/c++/v1/ext
- rsync -r --exclude=".*" --exclude="support" $(SRCDIRS)/include/* \
- $(HEADER_DIR)/c++/v1/
- chown -R root:wheel $(HEADER_DIR)/c++
- chmod 755 $(HEADER_DIR)/c++/v1
- chmod 644 $(HEADER_DIR)/c++/v1/*
- chmod 755 $(HEADER_DIR)/c++/v1/ext
- chmod 644 $(HEADER_DIR)/c++/v1/ext/*
-
install::
cd lib && ./buildit
More information about the cfe-commits
mailing list