forked from OSchip/llvm-project
PR12597: Remove "chown -R root:wheel" from the makefile.
llvm-svn: 180122
This commit is contained in:
parent
71c9d6d333
commit
01fee349d9
|
@ -35,7 +35,6 @@ installheaders::
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue