From 2a03b71f09af6e05df4cf2ba85677a941d2a3f95 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 13 Aug 2012 16:17:12 +0000 Subject: [PATCH] Remove obsolete do-installhdrs target. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@161760 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 0c8177dbb..c180271e7 100644 --- a/Makefile +++ b/Makefile @@ -32,17 +32,6 @@ clean:: 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