[libcxx] r194993 - Set the permissions for 'experimental' and its context to the correct values.
Bill Wendling
isanbard at gmail.com
Sun Nov 17 23:01:17 PST 2013
Author: void
Date: Mon Nov 18 01:01:16 2013
New Revision: 194993
URL: http://llvm.org/viewvc/llvm-project?rev=194993&view=rev
Log:
Set the permissions for 'experimental' and its context to the correct values.
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=194993&r1=194992&r2=194993&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Mon Nov 18 01:01:16 2013
@@ -39,6 +39,8 @@ installheaders::
chmod 644 $(HEADER_DIR)/c++/v1/*
chmod 755 $(HEADER_DIR)/c++/v1/ext
chmod 644 $(HEADER_DIR)/c++/v1/ext/*
+ chmod 755 $(HEADER_DIR)/c++/v1/experimental
+ chmod 644 $(HEADER_DIR)/c++/v1/experimental/*
install::
More information about the cfe-commits
mailing list