Thanks. Second try committed. Howard
On Aug 13, 2012, at 12:24 PM, Jean-Daniel Dupas <[email protected]> wrote: > Isn't this target used by the installheaders target just above ? > > Le 13 août 2012 à 18:17, Howard Hinnant <[email protected]> a écrit : > >> Author: hhinnant >> Date: Mon Aug 13 11:17:12 2012 >> New Revision: 161760 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=161760&view=rev >> Log: >> Remove obsolete do-installhdrs target. >> >> Modified: >> libcxx/trunk/Makefile >> >> Modified: libcxx/trunk/Makefile >> URL: >> http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=161760&r1=161759&r2=161760&view=diff >> ============================================================================== >> --- libcxx/trunk/Makefile (original) >> +++ libcxx/trunk/Makefile Mon Aug 13 11:17:12 2012 >> @@ -32,17 +32,6 @@ >> >> installheaders:: do-installhdrs >> >> -# The do-installhdrs target is also used by clang's runtime/libcxx makefile. >> -do-installhdrs: >> - 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 >> - chmod 644 $(HEADER_DIR)/c++/v1/ext/* >> - >> install:: >> >> cd lib && ./buildit >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > -- Jean-Daniel > > > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
