Remove obsolete do-installhdrs target.

llvm-svn: 161760
This commit is contained in:
Howard Hinnant 2012-08-13 16:17:12 +00:00
parent 03b5ebe4cb
commit 76bd025868
1 changed files with 0 additions and 11 deletions

View File

@ -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