Fix installheaders target's permissions
authorJonathan Roelofs <jonathan@codesourcery.com>
Tue, 16 Dec 2014 00:48:13 +0000 (00:48 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Tue, 16 Dec 2014 00:48:13 +0000 (00:48 +0000)
llvm-svn: 224300

libcxx/Makefile

index ab7b5b6..efa656d 100644 (file)
@@ -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::