summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-04-23 17:30:35 +0000
committerBob Wilson <bob.wilson@apple.com>2013-04-23 17:30:35 +0000
commit01fee349d95228cf209056d3ac6ff9ab6aa0dfe4 (patch)
tree123de732683793b61346638c246abd57c8dcac58 /libcxx
parent71c9d6d33328de5ba17119977072357e9f550c43 (diff)
downloadbcm5719-llvm-01fee349d95228cf209056d3ac6ff9ab6aa0dfe4.tar.gz
bcm5719-llvm-01fee349d95228cf209056d3ac6ff9ab6aa0dfe4.zip
PR12597: Remove "chown -R root:wheel" from the makefile.
llvm-svn: 180122
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/Makefile b/libcxx/Makefile
index 182dcc3b013..fd32603c91d 100644
--- a/libcxx/Makefile
+++ b/libcxx/Makefile
@@ -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
OpenPOWER on IntegriCloud