Fix installheaders target's permissions
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e51267e2d1
commit
a2ef609ff1
14
Makefile
14
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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user