Ticket #36788: Makefile.patch
File Makefile.patch, 496 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 12 years ago) |
---|
-
llvm-3.2.src/projects/libcxx/Makefile
old new 35 35 mkdir -p $(HEADER_DIR)/c++/v1/ext 36 36 rsync -r --exclude=".*" --exclude="support" $(SRCDIRS)/include/* \ 37 37 $(HEADER_DIR)/c++/v1/ 38 chown -R root:wheel $(HEADER_DIR)/c++38 #chown -R root:wheel $(HEADER_DIR)/c++ 39 39 chmod 755 $(HEADER_DIR)/c++/v1 40 40 chmod 644 $(HEADER_DIR)/c++/v1/* 41 41 chmod 755 $(HEADER_DIR)/c++/v1/ext