[libcxx] r180122 - PR12597: Remove "chown -R root:wheel" from the makefile.

Bob Wilson bob.wilson at apple.com
Tue Apr 23 10:30:35 PDT 2013


Author: bwilson
Date: Tue Apr 23 12:30:35 2013
New Revision: 180122

URL: http://llvm.org/viewvc/llvm-project?rev=180122&view=rev
Log:
PR12597: Remove "chown -R root:wheel" from the makefile.

Modified:
    libcxx/trunk/Makefile

Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=180122&r1=180121&r2=180122&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Tue Apr 23 12:30:35 2013
@@ -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





More information about the cfe-commits mailing list