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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits