[libcxx] r290856 - build: remove now unused UNIX_CAT

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 22:35:59 PST 2017


Woops. Thanks for cleaning up that dead code.

On Mon, Jan 2, 2017 at 9:23 PM, Saleem Abdulrasool via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: compnerd
> Date: Mon Jan  2 22:23:50 2017
> New Revision: 290856
>
> URL: http://llvm.org/viewvc/llvm-project?rev=290856&view=rev
> Log:
> build: remove now unused UNIX_CAT
>
> THe previous change replaced the use of `cat` or `type` with a custom
> python script.  Remove the now unused command determining.
>
> Modified:
>     libcxx/trunk/include/CMakeLists.txt
>
> Modified: libcxx/trunk/include/CMakeLists.txt
> URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/
> CMakeLists.txt?rev=290856&r1=290855&r2=290856&view=diff
> ============================================================
> ==================
> --- libcxx/trunk/include/CMakeLists.txt (original)
> +++ libcxx/trunk/include/CMakeLists.txt Mon Jan  2 22:23:50 2017
> @@ -28,10 +28,6 @@ if (LIBCXX_INSTALL_HEADERS)
>    )
>
>    if (LIBCXX_NEEDS_SITE_CONFIG)
> -    set(UNIX_CAT cat)
> -    if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
> -      set(UNIX_CAT type)
> -    endif()
>      # Generate and install a custom __config header. The new header is
> created
>      # by  prepending __config_site to the current __config header.
>      add_custom_command(OUTPUT ${LIBCXX_BINARY_DIR}/__generated_config
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170102/65c4c325/attachment-0001.html>


More information about the cfe-commits mailing list