[cfe-commits] [libcxx] r161760 - /libcxx/trunk/Makefile
Jean-Daniel Dupas
devlists at shadowlab.org
Mon Aug 13 09:24:39 PDT 2012
Isn't this target used by the installheaders target just above ?
Le 13 août 2012 à 18:17, Howard Hinnant <hhinnant at apple.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-- Jean-Daniel
More information about the cfe-commits
mailing list