diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-16 00:48:13 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-16 00:48:13 +0000 |
commit | 075406fdc94e9195cca53f16a9ed646b15dd9d7a (patch) | |
tree | d36df1edc437fdf0d90bc7949b0b4795c9195c2c | |
parent | e64941fa6001a06b03a7987d0ff541d17c59d10e (diff) | |
download | bcm5719-llvm-075406fdc94e9195cca53f16a9ed646b15dd9d7a.tar.gz bcm5719-llvm-075406fdc94e9195cca53f16a9ed646b15dd9d7a.zip |
Fix installheaders target's permissions
llvm-svn: 224300
-rw-r--r-- | libcxx/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libcxx/Makefile b/libcxx/Makefile index ab7b5b603a0..efa656d7f04 100644 --- a/libcxx/Makefile +++ b/libcxx/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:: |