From a2ef609ff1e37c67d19de4e6cf7fda48caa9c5b5 Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Tue, 16 Dec 2014 00:48:13 +0000 Subject: [PATCH] Fix installheaders target's permissions git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224300 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index ab7b5b60..efa656d7 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,20 @@ installheaders:: chmod 644 $(HEADER_DIR)/c++/v1/ext/* chmod 755 $(HEADER_DIR)/c++/v1/experimental chmod 644 $(HEADER_DIR)/c++/v1/experimental/* + chmod 755 $(HEADER_DIR)/c++/v1/support + chmod 644 $(HEADER_DIR)/c++/v1/support/* + chmod 755 $(HEADER_DIR)/c++/v1/support/android + chmod 644 $(HEADER_DIR)/c++/v1/support/android/* + chmod 755 $(HEADER_DIR)/c++/v1/support/ibm + chmod 644 $(HEADER_DIR)/c++/v1/support/ibm/* + chmod 755 $(HEADER_DIR)/c++/v1/support/newlib + chmod 644 $(HEADER_DIR)/c++/v1/support/newlib/* + chmod 755 $(HEADER_DIR)/c++/v1/support/solaris + chmod 644 $(HEADER_DIR)/c++/v1/support/solaris/* + chmod 755 $(HEADER_DIR)/c++/v1/support/win32 + chmod 644 $(HEADER_DIR)/c++/v1/support/win32/* + chmod 755 $(HEADER_DIR)/c++/v1/support/xlocale + chmod 644 $(HEADER_DIR)/c++/v1/support/xlocale/* install::